CfnVdmAttributesPropsMixin

class aws_cdk.mixins_preview.aws_ses.mixins.CfnVdmAttributesPropsMixin(props, *, strategy=None)

Bases: Mixin

The 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:

Methods

apply_to(construct)

Apply the mixin properties to the construct.

Parameters:

construct (IConstruct)

Return type:

IConstruct

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 x is a Mixin.

Parameters:

x (Any) – Any object.

Return type:

bool

Returns:

true if x is an object created from a class which extends Mixin.

Stability:

experimental

DashboardAttributesProperty

class CfnVdmAttributesPropsMixin.DashboardAttributesProperty(*, engagement_metrics=None)

Bases: object

An 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-dashboardattributes.html

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-dashboardattributes.html#cfn-ses-vdmattributes-dashboardattributes-engagementmetrics

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: object

An 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.html

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

optimized_shared_delivery

.

  • ENABLED – Amazon SES enables optimized shared delivery for your account.

  • DISABLED – Amazon SES disables optimized shared delivery for your account.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.html#cfn-ses-vdmattributes-guardianattributes-optimizedshareddelivery

Type:

Specifies the status of your VDM optimized shared delivery. Can be one of the following