interface CfnReceiptRuleSetMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnReceiptRuleSetMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnReceiptRuleSetMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnReceiptRuleSetMixinProps |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnReceiptRuleSetMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » 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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const cfnReceiptRuleSetMixinProps: ses_mixins.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