Show / Hide Table of Contents

Class ReceiptRule

(experimental) A new receipt rule.

Inheritance
System.Object
Construct
Resource
ReceiptRule
Implements
IReceiptRule
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public class ReceiptRule : Resource, IReceiptRule, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class ReceiptRule
    Inherits Resource
    Implements IReceiptRule, IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Constructors

ReceiptRule(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

ReceiptRule(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

ReceiptRule(Construct, String, IReceiptRuleProps)

Properties

ReceiptRuleName

(experimental) The name of the receipt rule.

Methods

AddAction(IReceiptRuleAction)

(experimental) Adds an action to this receipt rule.

FromReceiptRuleName(Construct, String, String)

Constructors

ReceiptRule(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected ReceiptRule(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

ReceiptRule(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected ReceiptRule(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

ReceiptRule(Construct, String, IReceiptRuleProps)

public ReceiptRule(Construct scope, string id, IReceiptRuleProps props)
Parameters
scope Constructs.Construct
id System.String
props IReceiptRuleProps
Remarks

Stability: Experimental

Properties

ReceiptRuleName

(experimental) The name of the receipt rule.

public virtual string ReceiptRuleName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Methods

AddAction(IReceiptRuleAction)

(experimental) Adds an action to this receipt rule.

public virtual void AddAction(IReceiptRuleAction action)
Parameters
action IReceiptRuleAction
Remarks

Stability: Experimental

FromReceiptRuleName(Construct, String, String)

public static IReceiptRule FromReceiptRuleName(Construct scope, string id, string receiptRuleName)
Parameters
scope Constructs.Construct
id System.String
receiptRuleName System.String
Returns

IReceiptRule

Remarks

Stability: Experimental

Implements

IReceiptRule
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX