CfnReceiptRuleSetMixinProps

class aws_cdk.mixins_preview.aws_ses.mixins.CfnReceiptRuleSetMixinProps(*, rule_set_name=None)

Bases: object

Properties for CfnReceiptRuleSetPropsMixin.

Parameters:

rule_set_name (Optional[str]) – The name of the receipt rule set to make active. Setting this value to null disables all email receiving.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.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

cfn_receipt_rule_set_mixin_props = ses_mixins.CfnReceiptRuleSetMixinProps(
    rule_set_name="ruleSetName"
)

Attributes

rule_set_name

The name of the receipt rule set to make active.

Setting this value to null disables all email receiving.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname