Show / Hide Table of Contents

Class ReceiptFilter

(experimental) A receipt filter.

Inheritance
System.Object
Construct
Resource
ReceiptFilter
Implements
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 ReceiptFilter : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class ReceiptFilter
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable
Remarks

When instantiated without props, it creates a block all receipt filter.

Stability: Experimental

Synopsis

Constructors

ReceiptFilter(ByRefValue)

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

ReceiptFilter(DeputyBase.DeputyProps)

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

ReceiptFilter(Construct, String, IReceiptFilterProps)

Constructors

ReceiptFilter(ByRefValue)

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

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

The Javascript-owned object reference

ReceiptFilter(DeputyBase.DeputyProps)

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

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

The deputy props

ReceiptFilter(Construct, String, IReceiptFilterProps)

public ReceiptFilter(Construct scope, string id, IReceiptFilterProps props = null)
Parameters
scope Constructs.Construct
id System.String
props IReceiptFilterProps
Remarks

Stability: Experimental

Implements

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