AWSSESPutConfigurationSetDeliveryOptionsRequest
Objective-C
@interface AWSSESPutConfigurationSetDeliveryOptionsRequest
Swift
class AWSSESPutConfigurationSetDeliveryOptionsRequest
A request to modify the delivery options for a configuration set.
Required parameters: [ConfigurationSetName]
-
The name of the configuration set.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable configurationSetName;
Swift
var configurationSetName: String? { get set }
-
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Declaration
Objective-C
@property (nonatomic, strong) AWSSESDeliveryOptions *_Nullable deliveryOptions;
Swift
var deliveryOptions: AWSSESDeliveryOptions? { get set }