@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:42.278Z") @Stability(value=Stable) public class Subscription extends Resource
Prefer to use the ITopic.addSubscription() methods to create instances of
this class.
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscription.Builder
A fluent builder for
Subscription. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
Subscription(software.constructs.Construct scope,
String id,
SubscriptionProps props) |
protected |
Subscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Subscription(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
IQueue |
getDeadLetterQueue()
The DLQ associated with this subscription if present.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected Subscription(software.amazon.jsii.JsiiObjectRef objRef)
protected Subscription(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public Subscription(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
SubscriptionProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @Nullable public IQueue getDeadLetterQueue()
Copyright © 2021. All rights reserved.