CreateConfigurationSetEventDestinationRequest
public struct CreateConfigurationSetEventDestinationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set that the event destination should be associated with.
Declaration
Swift
public let configurationSetName: String
-
An object that describes the AWS service that email sending event information will be published to.
Declaration
Swift
public let eventDestination: EventDestination
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, eventDestination: EventDestination)