class Aws::SES::Types::PutConfigurationSetDeliveryOptionsRequest
A request to modify the delivery options for a configuration set.
@note When making an API call, you may pass PutConfigurationSetDeliveryOptionsRequest
data as a hash: { configuration_set_name: "ConfigurationSetName", # required delivery_options: { tls_policy: "Require", # accepts Require, Optional }, }
@!attribute [rw] configuration_set_name
The name of the configuration set that you want to specify the delivery options for. @return [String]
@!attribute [rw] delivery_options
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). @return [Types::DeliveryOptions]
@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/PutConfigurationSetDeliveryOptionsRequest AWS API Documentation
Constants
- SENSITIVE