Show / Hide Table of Contents

Interface IReceiptRuleSet

A receipt rule set.

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

Synopsis

Properties

ReceiptRuleSetName

The receipt rule set name.

Methods

AddRule(string, IReceiptRuleOptions?)

Adds a new receipt rule in this rule set.

Properties

ReceiptRuleSetName

The receipt rule set name.

string ReceiptRuleSetName { get; }
Property Value

string

Remarks

Attribute: true

Methods

AddRule(string, IReceiptRuleOptions?)

Adds a new receipt rule in this rule set.

ReceiptRule AddRule(string id, IReceiptRuleOptions? options = null)
Parameters
id string
options IReceiptRuleOptions
Returns

ReceiptRule

Remarks

The new rule is added after the last added rule unless after is specified.

Back to top Generated by DocFX