NAME
Paws::SESv2::GetEmailIdentityResponse
ATTRIBUTES
ConfigurationSetName => Str
The configuration set used by default when sending from this identity.
DkimAttributes => Paws::SESv2::DkimAttributes
An object that contains information about the DKIM attributes for the identity.
FeedbackForwardingStatus => Bool
The feedback forwarding configuration for the identity.
If the value is true
, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path
header of the original email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
IdentityType => Str
The email identity type.
Valid values are: "EMAIL_ADDRESS"
, "DOMAIN"
, "MANAGED_DOMAIN"
=head2 MailFromAttributes => Paws::SESv2::MailFromAttributes
An object that contains information about the Mail-From attributes for the email identity.
Policies => Paws::SESv2::PolicyMap
A map of policy names to policies.
Tags => ArrayRef[Paws::SESv2::Tag]
An array of objects that define the tags (keys and values) that are associated with the email identity.
VerifiedForSendingStatus => Bool
Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide (https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-manage-verify.html).