@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.344Z") @Stability(value=Stable) public class CfnTopic extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnTopic.Builder
A fluent builder for
CfnTopic. |
static interface |
CfnTopic.SubscriptionProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnTopic(software.constructs.Construct scope,
String id)
Create a new `AWS::SNS::Topic`.
|
|
CfnTopic(software.constructs.Construct scope,
String id,
CfnTopicProps props)
Create a new `AWS::SNS::Topic`.
|
protected |
CfnTopic(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTopic(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrTopicName() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getContentBasedDeduplication()
`AWS::SNS::Topic.ContentBasedDeduplication`.
|
String |
getDisplayName()
`AWS::SNS::Topic.DisplayName`.
|
Object |
getFifoTopic()
`AWS::SNS::Topic.FifoTopic`.
|
String |
getKmsMasterKeyId()
`AWS::SNS::Topic.KmsMasterKeyId`.
|
Object |
getSubscription()
`AWS::SNS::Topic.Subscription`.
|
TagManager |
getTags()
`AWS::SNS::Topic.Tags`.
|
String |
getTopicName()
`AWS::SNS::Topic.TopicName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setContentBasedDeduplication(Boolean value)
`AWS::SNS::Topic.ContentBasedDeduplication`.
|
void |
setContentBasedDeduplication(IResolvable value)
`AWS::SNS::Topic.ContentBasedDeduplication`.
|
void |
setDisplayName(String value)
`AWS::SNS::Topic.DisplayName`.
|
void |
setFifoTopic(Boolean value)
`AWS::SNS::Topic.FifoTopic`.
|
void |
setFifoTopic(IResolvable value)
`AWS::SNS::Topic.FifoTopic`.
|
void |
setKmsMasterKeyId(String value)
`AWS::SNS::Topic.KmsMasterKeyId`.
|
void |
setSubscription(IResolvable value)
`AWS::SNS::Topic.Subscription`.
|
void |
setSubscription(List<Object> value)
`AWS::SNS::Topic.Subscription`.
|
void |
setTopicName(String value)
`AWS::SNS::Topic.TopicName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTopic(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTopic(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnTopic(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnTopicProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnTopic(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrTopicName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public Object getContentBasedDeduplication()
@Stability(value=Stable)
public void setContentBasedDeduplication(@Nullable
Boolean value)
@Stability(value=Stable)
public void setContentBasedDeduplication(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDisplayName()
@Stability(value=Stable)
public void setDisplayName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getFifoTopic()
@Stability(value=Stable)
public void setFifoTopic(@Nullable
Boolean value)
@Stability(value=Stable)
public void setFifoTopic(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getKmsMasterKeyId()
@Stability(value=Stable)
public void setKmsMasterKeyId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getSubscription()
@Stability(value=Stable)
public void setSubscription(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setSubscription(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getTopicName()
@Stability(value=Stable)
public void setTopicName(@Nullable
String value)
Copyright © 2021. All rights reserved.