Interface ICfnReceiptRuleSetProps
Properties for defining a CfnReceiptRuleSet
.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnReceiptRuleSetProps
Syntax (vb)
Public Interface ICfnReceiptRuleSetProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var cfnReceiptRuleSetProps = new CfnReceiptRuleSetProps {
RuleSetName = "ruleSetName"
};
Synopsis
Properties
Rule |
The name of the receipt rule set to make active. |
Properties
RuleSetName
The name of the receipt rule set to make active.
virtual string RuleSetName { get; }
Property Value
System.
Remarks
Setting this value to null disables all email receiving.