ISESV2PutConfigurationSetSendingOptionsRequest
Interface in AWS.SESV2
Interface for PutConfigurationSetSendingOptions requests.
Ancestors
Properties
ConfigurationSetName
property ConfigurationSetName: string
The name of the configuration set to enable or disable email sending for.
This configuration set will have its email sending capability enabled or disabled in the current AWS region, affecting all emails that specify this configuration set. The configuration set must already exist in your Amazon SES account before modifying its sending options.
SendingEnabled
property SendingEnabled: TOptional<Boolean>
Enables or disables email sending for messages that use the configuration set.
When set to True, email sending is enabled for the configuration set, allowing messages that specify this configuration set to be sent normally. When set to False, email sending is disabled for the configuration set, and all attempts to send emails using this configuration set will be blocked. This setting applies only to the current AWS region and provides a way to quickly suspend email sending for specific message types or campaigns without deleting the configuration set.