put_configuration_set_vdm_options
(**kwargs)¶Specify VDM preferences for email that you send using the configuration set.
You can execute this operation no more than once per second.
See also: AWS API Documentation
Request Syntax
response = client.put_configuration_set_vdm_options(
ConfigurationSetName='string',
VdmOptions={
'DashboardOptions': {
'EngagementMetrics': 'ENABLED'|'DISABLED'
},
'GuardianOptions': {
'OptimizedSharedDelivery': 'ENABLED'|'DISABLED'
}
}
)
[REQUIRED]
The name of the configuration set.
The VDM options to apply to the configuration set.
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED
– Amazon SES enables engagement metrics for the configuration set.DISABLED
– Amazon SES disables engagement metrics for the configuration set.Specifies additional settings for your VDM configuration as applicable to the Guardian.
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED
– Amazon SES enables optimized shared delivery for the configuration set.DISABLED
– Amazon SES disables optimized shared delivery for the configuration set.dict
Response Syntax
{}
Response Structure
(dict) --
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Exceptions
SESV2.Client.exceptions.NotFoundException
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.BadRequestException