interface CfnReceiptRuleSetProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SES.CfnReceiptRuleSetProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnReceiptRuleSetProps |
Java | software.amazon.awscdk.services.ses.CfnReceiptRuleSetProps |
Python | aws_cdk.aws_ses.CfnReceiptRuleSetProps |
TypeScript | aws-cdk-lib » aws_ses » CfnReceiptRuleSetProps |
Properties for defining a CfnReceiptRuleSet
.
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-lib';
const cfnReceiptRuleSetProps: ses.CfnReceiptRuleSetProps = {
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.