EmailChannelRequest
public struct EmailChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon SES configuration set that you want to apply to messages that you send through the channel.
Declaration
Swift
public let configurationSet: String?
-
Specifies whether to enable the email channel for the application.
Declaration
Swift
public let enabled: Bool?
-
The verified email address that you want to send email from when you send email through the channel.
Declaration
Swift
public let fromAddress: String
-
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
Declaration
Swift
public let identity: String
-
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(configurationSet: String? = nil, enabled: Bool? = nil, fromAddress: String, identity: String, roleArn: String? = nil)