aws-cdk-lib.aws_ses.CfnVdmAttributes.GuardianAttributesProperty

interface GuardianAttributesProperty

LanguageType name
.NETAmazon.CDK.AWS.SES.CfnVdmAttributes.GuardianAttributesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnVdmAttributes_GuardianAttributesProperty
Javasoftware.amazon.awscdk.services.ses.CfnVdmAttributes.GuardianAttributesProperty
Pythonaws_cdk.aws_ses.CfnVdmAttributes.GuardianAttributesProperty
TypeScript aws-cdk-lib » aws_ses » CfnVdmAttributes » GuardianAttributesProperty

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-lib';
const guardianAttributesProperty: ses.CfnVdmAttributes.GuardianAttributesProperty = {
  optimizedSharedDelivery: 'optimizedSharedDelivery',
};

Properties

NameTypeDescription
optimizedSharedDelivery?stringSpecifies 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.