interface GuardianAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnVdmAttributesPropsMixin.GuardianAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnVdmAttributesPropsMixin_GuardianAttributesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnVdmAttributesPropsMixin.GuardianAttributesProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnVdmAttributesPropsMixin.GuardianAttributesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnVdmAttributesPropsMixin » GuardianAttributesProperty |
An object containing additional settings for your VDM configuration as applicable to the Guardian.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from '@aws-cdk/cfn-property-mixins';
const guardianAttributesProperty: ses.CfnVdmAttributesPropsMixin.GuardianAttributesProperty = {
optimizedSharedDelivery: 'optimizedSharedDelivery',
};
Properties
| Name | Type | Description |
|---|---|---|
| optimized | string | Specifies the status of your VDM optimized shared delivery. Can be one of the following:. |
optimizedSharedDelivery?
Type:
string
(optional)
Specifies the status of your VDM optimized shared delivery. Can be one of the following:.
ENABLED– Amazon SES enables optimized shared delivery for your account.DISABLED– Amazon SES disables optimized shared delivery for your account.

.NET
Go
Java
Python
TypeScript