Class CfnTopicProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicProps
CfnTopicProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sns.CfnTopicProps
CfnTopicProps.Builder, CfnTopicProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTopicProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTopicProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectTheArchivePolicydetermines the number of days Amazon retains messages in FIFO topics.final ObjectContentBasedDeduplicationenables deduplication of messages based on their content for FIFO topics.final ObjectThe body of the policy document you want to use for this topic.final ObjectTheDeliveryStatusLoggingconfiguration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:.final StringThe display name to use for an Amazon topic with SMS subscriptions.final StringSpecifies the throughput quota and deduplication behavior to apply for the FIFO topic.final ObjectSet to true to create a FIFO topic.final ObjectThe ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK.final StringThe signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.final ObjectThe Amazon subscriptions (endpoints) for this topic.getTags()The list of tags to add to a new topic.final StringThe name of the topic you want to create.final StringTracing mode of an Amazon topic.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicProps.Builder.
-
-
Method Details
-
getArchivePolicy
Description copied from interface:CfnTopicPropsTheArchivePolicydetermines the number of days Amazon retains messages in FIFO topics.You can set a retention period ranging from 1 to 365 days. This property is only applicable to FIFO topics; attempting to use it with standard topics will result in a creation failure.
- Specified by:
getArchivePolicyin interfaceCfnTopicProps- See Also:
-
getContentBasedDeduplication
Description copied from interface:CfnTopicPropsContentBasedDeduplicationenables deduplication of messages based on their content for FIFO topics.By default, this property is set to false. If you create a FIFO topic with
ContentBasedDeduplicationset to false, you must provide aMessageDeduplicationIdfor eachPublishaction. When set to true, Amazon automatically generates aMessageDeduplicationIdusing a SHA-256 hash of the message body (excluding message attributes). You can optionally override this generated value by specifying aMessageDeduplicationIdin thePublishaction. Note that this property only applies to FIFO topics; using it with standard topics will cause the creation to fail.Returns union: either
BooleanorIResolvable- Specified by:
getContentBasedDeduplicationin interfaceCfnTopicProps- See Also:
-
getDataProtectionPolicy
Description copied from interface:CfnTopicPropsThe body of the policy document you want to use for this topic.You can only add one policy per topic.
The policy must be in JSON string format.
Length Constraints: Maximum length of 30,720.
- Specified by:
getDataProtectionPolicyin interfaceCfnTopicProps- See Also:
-
getDeliveryStatusLogging
Description copied from interface:CfnTopicPropsTheDeliveryStatusLoggingconfiguration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:.- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopic.LoggingConfigProperty>- Specified by:
getDeliveryStatusLoggingin interfaceCfnTopicProps- See Also:
-
getDisplayName
Description copied from interface:CfnTopicPropsThe display name to use for an Amazon topic with SMS subscriptions.The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- Specified by:
getDisplayNamein interfaceCfnTopicProps- See Also:
-
getFifoThroughputScope
Description copied from interface:CfnTopicPropsSpecifies the throughput quota and deduplication behavior to apply for the FIFO topic.Valid values are
TopicorMessageGroup.- Specified by:
getFifoThroughputScopein interfaceCfnTopicProps- See Also:
-
getFifoTopic
Description copied from interface:CfnTopicPropsSet to true to create a FIFO topic.Returns union: either
BooleanorIResolvable- Specified by:
getFifoTopicin interfaceCfnTopicProps- See Also:
-
getKmsMasterKeyId
Description copied from interface:CfnTopicPropsThe ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK.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 .
- Specified by:
getKmsMasterKeyIdin interfaceCfnTopicProps- See Also:
-
getSignatureVersion
Description copied from interface:CfnTopicPropsThe signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.By default,
SignatureVersionis set to1.- Specified by:
getSignatureVersionin interfaceCfnTopicProps- See Also:
-
getSubscription
Description copied from interface:CfnTopicPropsThe Amazon subscriptions (endpoints) for this topic.If you specify the
Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource is deleted.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopic.SubscriptionProperty>- Specified by:
getSubscriptionin interfaceCfnTopicProps- See Also:
-
getTags
Description copied from interface:CfnTopicPropsThe list of tags to add to a new topic.To be able to tag a topic on creation, you must have the
sns:CreateTopicandsns:TagResourcepermissions.- Specified by:
getTagsin interfaceCfnTopicProps- See Also:
-
getTopicName
Description copied from interface:CfnTopicPropsThe name of the topic you want to create.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, 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.
- Specified by:
getTopicNamein interfaceCfnTopicProps- See Also:
-
getTracingConfig
Description copied from interface:CfnTopicPropsTracing mode of an Amazon topic.By default
TracingConfigis set toPassThrough, and the topic passes through the tracing header it receives from an Amazon publisher to its subscriptions. If set toActive, Amazon will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.- Specified by:
getTracingConfigin interfaceCfnTopicProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-