ses_put_configuration_set_delivery_options {paws.customer.engagement} | R Documentation |
Adds or updates the delivery options for a configuration set
Description
Adds or updates the delivery options for a configuration set.
See https://www.paws-r-sdk.com/docs/ses_put_configuration_set_delivery_options/ for full documentation.
Usage
ses_put_configuration_set_delivery_options(
ConfigurationSetName,
DeliveryOptions = NULL
)
Arguments
ConfigurationSetName |
[required] The name of the configuration set. |
DeliveryOptions |
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). |
[Package paws.customer.engagement version 0.9.0 Index]