GetEmailIdentityResponse
public struct GetEmailIdentityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that contains information about the DKIM attributes for the identity.
Declaration
Swift
public let dkimAttributes: DkimAttributes?
-
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).
Declaration
Swift
public let feedbackForwardingStatus: Bool?
-
The email identity type.
Declaration
Swift
public let identityType: IdentityType?
-
An object that contains information about the Mail-From attributes for the email identity.
Declaration
Swift
public let mailFromAttributes: MailFromAttributes?
-
A map of policy names to policies.
Declaration
Swift
public let policies: [String : String]?
-
An array of objects that define the tags (keys and values) that are associated with the email identity.
Declaration
Swift
public let tags: [Tag]?
-
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.
Declaration
Swift
public let verifiedForSendingStatus: Bool?
-
init(dkimAttributes:feedbackForwardingStatus:identityType:mailFromAttributes:policies:tags:verifiedForSendingStatus:)
Undocumented
Declaration
Swift
public init(dkimAttributes: DkimAttributes? = nil, feedbackForwardingStatus: Bool? = nil, identityType: IdentityType? = nil, mailFromAttributes: MailFromAttributes? = nil, policies: [String : String]? = nil, tags: [Tag]? = nil, verifiedForSendingStatus: Bool? = nil)