CreateEmailIdentityResponse class

If the email identity is a domain, this object contains tokens that you can use to create a set of CNAME records. To sucessfully verify your domain, you have to add these records to the DNS configuration for your domain.

If the email identity is an email address, this object is empty.

Constructors

CreateEmailIdentityResponse({DkimAttributes? dkimAttributes, IdentityType? identityType, bool? verifiedForSendingStatus})
CreateEmailIdentityResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dkimAttributes DkimAttributes?
An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.
final
hashCode int
The hash code for this object.
no setterinherited
identityType IdentityType?
The email identity type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verifiedForSendingStatus bool?
Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited