interface CfnReceiptRuleSetMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnReceiptRuleSetMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnReceiptRuleSetMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnReceiptRuleSetMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnReceiptRuleSetMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnReceiptRuleSetMixinProps |
Properties for CfnReceiptRuleSetPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html
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/cfn-property-mixins';
const cfnReceiptRuleSetMixinProps: ses.CfnReceiptRuleSetMixinProps = {
ruleSetName: 'ruleSetName',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The name of the receipt rule set to make active. |
ruleSetName?
Type:
string
(optional)
The name of the receipt rule set to make active.
Setting this value to null disables all email receiving.

.NET
Go
Java
Python
TypeScript