Show / Hide Table of Contents

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

RuleSetName

The name of the receipt rule set to make active.

Properties

RuleSetName

The name of the receipt rule set to make active.

string? RuleSetName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX