Class CfnTopicProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sns.CfnTopicProps.Jsii$Proxy
All Implemented Interfaces:
CfnTopicProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTopicProps

@Stability(Stable) @Internal public static final class CfnTopicProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicProps
An implementation for CfnTopicProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sns.CfnTopicProps

    CfnTopicProps.Builder, CfnTopicProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The archive policy determines the number of days Amazon SNS retains messages.
    final Object
    Enables content-based deduplication for FIFO topics.
    final Object
    The body of the policy document you want to use for this topic.
    final Object
    The DeliveryStatusLogging configuration 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 String
    The display name to use for an Amazon SNS topic with SMS subscriptions.
    final Object
    Set to true to create a FIFO topic.
    final String
    The ID of an AWS managed customer master key (CMK) for Amazon SNS or a custom CMK.
    final String
    The 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 Object
    The Amazon SNS subscriptions (endpoints) for this topic.
    final List<CfnTag>
    The list of tags to add to a new topic.
    final String
    The name of the topic you want to create.
    final String
    Tracing mode of an Amazon SNS topic.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait