aws-cdk-lib.aws_ses.CfnConfigurationSet.GuardianOptionsProperty

interface GuardianOptionsProperty

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

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 guardianOptionsProperty: ses.CfnConfigurationSet.GuardianOptionsProperty = {
  optimizedSharedDelivery: 'optimizedSharedDelivery',
};

Properties

NameTypeDescription
optimizedSharedDeliverystringSpecifies the status of your VDM optimized shared delivery. Can be one of the following:.

optimizedSharedDelivery

Type: string

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.