CreateConfigurationSetRequest
public struct CreateConfigurationSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set.
Declaration
Swift
public let configurationSetName: String
-
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
Declaration
Swift
public let deliveryOptions: DeliveryOptions?
-
An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
Declaration
Swift
public let reputationOptions: ReputationOptions?
-
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
Declaration
Swift
public let sendingOptions: SendingOptions?
-
An array of objects that define the tags (keys and values) that you want to associate with the configuration set.
Declaration
Swift
public let tags: [Tag]?
-
An object that defines the open and click tracking options for emails that you send using the configuration set.
Declaration
Swift
public let trackingOptions: TrackingOptions?
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, deliveryOptions: DeliveryOptions? = nil, reputationOptions: ReputationOptions? = nil, sendingOptions: SendingOptions? = nil, tags: [Tag]? = nil, trackingOptions: TrackingOptions? = nil)