paws.customer.engagement (version 0.1.0)

pinpointemail_put_configuration_set_sending_options: Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region

Description

Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.

Usage

pinpointemail_put_configuration_set_sending_options(
  ConfigurationSetName, SendingEnabled)

Arguments

ConfigurationSetName

[required] The name of the configuration set that you want to enable or disable email sending for.

SendingEnabled

If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

Request syntax

svc$put_configuration_set_sending_options(
  ConfigurationSetName = "string",
  SendingEnabled = TRUE|FALSE
)