Show / Hide Table of Contents

Class Subscription

A new subscription.

Inheritance
System.Object
Construct
Resource
Subscription
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.SNS
Assembly: Amazon.CDK.AWS.SNS.dll
Syntax (csharp)
public class Subscription : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class Subscription
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable
Remarks

Prefer to use the ITopic.addSubscription() methods to create instances of this class.

Synopsis

Constructors

Subscription(ByRefValue)

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

Subscription(DeputyBase.DeputyProps)

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

Subscription(Construct, String, ISubscriptionProps)

Properties

DeadLetterQueue

The DLQ associated with this subscription if present.

Constructors

Subscription(ByRefValue)

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

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

The Javascript-owned object reference

Subscription(DeputyBase.DeputyProps)

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

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

The deputy props

Subscription(Construct, String, ISubscriptionProps)

public Subscription(Construct scope, string id, ISubscriptionProps props)
Parameters
scope Constructs.Construct
id System.String
props ISubscriptionProps

Properties

DeadLetterQueue

The DLQ associated with this subscription if present.

public virtual IQueue DeadLetterQueue { get; }
Property Value

IQueue

Implements

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