@Stability(value=Stable) @Internal public static final class CfnTopicProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicProps
CfnTopicPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnTopicProps.Builder, CfnTopicProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTopicProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTopicProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getContentBasedDeduplication()
Enables content-based deduplication for FIFO topics.
|
Object |
getDataProtectionPolicy()
`AWS::SNS::Topic.DataProtectionPolicy`.
|
String |
getDisplayName()
The display name to use for an Amazon SNS topic with SMS subscriptions.
|
Object |
getFifoTopic()
Set to true to create a FIFO topic.
|
String |
getKmsMasterKeyId()
The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.
|
Object |
getSubscription()
The Amazon SNS subscriptions (endpoints) for this topic.
|
List<CfnTag> |
getTags()
The list of tags to add to a new topic.
|
String |
getTopicName()
The name of the topic you want to create.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTopicProps.Builder builder)
CfnTopicProps.Builder.public final Object getContentBasedDeduplication()
CfnTopicProps
ContentBasedDeduplication is set to false . If you create a FIFO topic and this attribute is false , you must specify a value for the MessageDeduplicationId parameter for the Publish action.ContentBasedDeduplication to true , Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message).
(Optional) To override the generated value, you can specify a value for the the MessageDeduplicationId parameter for the Publish action.
getContentBasedDeduplication in interface CfnTopicPropspublic final Object getDataProtectionPolicy()
CfnTopicPropsgetDataProtectionPolicy in interface CfnTopicPropspublic final String getDisplayName()
CfnTopicPropsgetDisplayName in interface CfnTopicPropspublic final Object getFifoTopic()
CfnTopicPropsgetFifoTopic in interface CfnTopicPropspublic final String getKmsMasterKeyId()
CfnTopicProps
For more information, see Key terms . For more examples, see [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the AWS Key Management Service API Reference .
This property applies only to server-side-encryption .
getKmsMasterKeyId in interface CfnTopicPropspublic final Object getSubscription()
CfnTopicPropsgetSubscription in interface CfnTopicPropspublic final List<CfnTag> getTags()
CfnTopicProps
To be able to tag a topic on creation, you must have the
sns:CreateTopicandsns:TagResourcepermissions.
getTags in interface CfnTopicPropspublic final String getTopicName()
CfnTopicProps
Topic names must include only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long. FIFO topic names must end with .fifo .
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the topic name. For more information, see Name type .
If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
getTopicName in interface CfnTopicProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.