PutConfigurationSetDeliveryOptionsRequest
public struct PutConfigurationSetDeliveryOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set that you want to specify the delivery options for.
Declaration
Swift
public let configurationSetName: String
-
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Declaration
Swift
public let deliveryOptions: DeliveryOptions?
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, deliveryOptions: DeliveryOptions? = nil)