Learn R Programming

paws.customer.engagement (version 0.1.3)

ses_put_configuration_set_delivery_options: Adds or updates the delivery options for a configuration set

Description

Adds or updates the delivery options for a configuration set.

Usage

ses_put_configuration_set_delivery_options(ConfigurationSetName,
  DeliveryOptions)

Arguments

ConfigurationSetName

[required] The name of the configuration set that you want to specify the delivery options for.

DeliveryOptions

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

Request syntax

svc$put_configuration_set_delivery_options(
  ConfigurationSetName = "string",
  DeliveryOptions = list(
    TlsPolicy = "Require"|"Optional"
  )
)