CfnVdmAttributesPropsMixin
- class aws_cdk.mixins_preview.aws_ses.mixins.CfnVdmAttributesPropsMixin(props, *, strategy=None)
Bases:
MixinThe Virtual Deliverability Manager (VDM) attributes that apply to your Amazon SES account.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html
- CloudformationResource:
AWS::SES::VdmAttributes
- Mixin:
true
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview import mixins from aws_cdk.mixins_preview.aws_ses import mixins as ses_mixins cfn_vdm_attributes_props_mixin = ses_mixins.CfnVdmAttributesPropsMixin(ses_mixins.CfnVdmAttributesMixinProps( dashboard_attributes=ses_mixins.CfnVdmAttributesPropsMixin.DashboardAttributesProperty( engagement_metrics="engagementMetrics" ), guardian_attributes=ses_mixins.CfnVdmAttributesPropsMixin.GuardianAttributesProperty( optimized_shared_delivery="optimizedSharedDelivery" ) ), strategy=mixins.PropertyMergeStrategy.OVERRIDE )
Create a mixin to apply properties to
AWS::SES::VdmAttributes.- Parameters:
props (
Union[CfnVdmAttributesMixinProps,Dict[str,Any]]) – L1 properties to apply.strategy (
Optional[PropertyMergeStrategy]) – (experimental) Strategy for merging nested properties. Default: - PropertyMergeStrategy.MERGE
Methods
- apply_to(construct)
Apply the mixin properties to the construct.
- Parameters:
construct (
IConstruct)- Return type:
- supports(construct)
Check if this mixin supports the given construct.
- Parameters:
construct (
IConstruct)- Return type:
bool
Attributes
- CFN_PROPERTY_KEYS = ['dashboardAttributes', 'guardianAttributes']
Static Methods
- classmethod is_mixin(x)
(experimental) Checks if
xis a Mixin.- Parameters:
x (
Any) – Any object.- Return type:
bool- Returns:
true if
xis an object created from a class which extendsMixin.- Stability:
experimental
DashboardAttributesProperty
- class CfnVdmAttributesPropsMixin.DashboardAttributesProperty(*, engagement_metrics=None)
Bases:
objectAn object containing additional settings for your VDM configuration as applicable to the Dashboard.
- Parameters:
engagement_metrics (
Optional[str]) – Specifies the status of your VDM engagement metrics collection. Can be one of the following:. -ENABLED– Amazon SES enables engagement metrics for your account. -DISABLED– Amazon SES disables engagement metrics for your account.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ses import mixins as ses_mixins dashboard_attributes_property = ses_mixins.CfnVdmAttributesPropsMixin.DashboardAttributesProperty( engagement_metrics="engagementMetrics" )
Attributes
- engagement_metrics
.
ENABLED– Amazon SES enables engagement metrics for your account.DISABLED– Amazon SES disables engagement metrics for your account.
- See:
- Type:
Specifies the status of your VDM engagement metrics collection. Can be one of the following
GuardianAttributesProperty
- class CfnVdmAttributesPropsMixin.GuardianAttributesProperty(*, optimized_shared_delivery=None)
Bases:
objectAn object containing additional settings for your VDM configuration as applicable to the Guardian.
- Parameters:
optimized_shared_delivery (
Optional[str]) – 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.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ses import mixins as ses_mixins guardian_attributes_property = ses_mixins.CfnVdmAttributesPropsMixin.GuardianAttributesProperty( optimized_shared_delivery="optimizedSharedDelivery" )
Attributes
.
ENABLED– Amazon SES enables optimized shared delivery for your account.DISABLED– Amazon SES disables optimized shared delivery for your account.
- See:
- Type:
Specifies the status of your VDM optimized shared delivery. Can be one of the following