@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.939Z") @Stability(value=Stable) public class CfnTopic extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html| 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$ProxyIConstruct.Jsii$Default| 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(Construct scope,
String id)
Create a new `AWS::SNS::Topic`.
|
|
CfnTopic(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)
(experimental) 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, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, 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
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=Experimental)
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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-tags@Stability(value=Stable) @Nullable public Object getContentBasedDeduplication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication@Stability(value=Stable)
public void setContentBasedDeduplication(@Nullable
Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication@Stability(value=Stable)
public void setContentBasedDeduplication(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication@Stability(value=Stable) @Nullable public String getDisplayName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname@Stability(value=Stable)
public void setDisplayName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname@Stability(value=Stable) @Nullable public Object getFifoTopic()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic@Stability(value=Stable)
public void setFifoTopic(@Nullable
Boolean value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic@Stability(value=Stable)
public void setFifoTopic(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic@Stability(value=Stable) @Nullable public String getKmsMasterKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid@Stability(value=Stable)
public void setKmsMasterKeyId(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid@Stability(value=Stable) @Nullable public Object getSubscription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-subscription@Stability(value=Stable)
public void setSubscription(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-subscription@Stability(value=Stable)
public void setSubscription(@Nullable
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-subscription@Stability(value=Stable) @Nullable public String getTopicName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname@Stability(value=Stable)
public void setTopicName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicnameCopyright © 2020. All rights reserved.