interface GuardianOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnConfigurationSetPropsMixin.GuardianOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnConfigurationSetPropsMixin_GuardianOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnConfigurationSetPropsMixin.GuardianOptionsProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnConfigurationSetPropsMixin.GuardianOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnConfigurationSetPropsMixin » GuardianOptionsProperty |
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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const guardianOptionsProperty: ses_mixins.CfnConfigurationSetPropsMixin.GuardianOptionsProperty = {
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 the configuration set.DISABLED– Amazon SES disables optimized shared delivery for the configuration set.

.NET
Go
Java
Python
TypeScript