Show / Hide Table of Contents

Interface IReceiptRule

A receipt rule.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IReceiptRuleRef.ReceiptRuleRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReceiptRule : IResource, IReceiptRuleRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IReceiptRule Inherits IResource, IReceiptRuleRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

ReceiptRuleName

The name of the receipt rule.

Properties

ReceiptRuleName

The name of the receipt rule.

string ReceiptRuleName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX