Class TopicProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class TopicProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TopicProps
An implementation for TopicProps
  • 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.TopicProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the TopicProps.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 Boolean
    Enables content-based deduplication for FIFO topics.
    final String
    A developer-defined string that can be used to identify this SNS topic.
    final Boolean
    Adds a statement to enforce encryption of data in transit when publishing to the topic.
    final Boolean
    Set to true to create a FIFO topic.
    The list of delivery status logging configurations for the topic.
    final IKey
    A KMS Key, either managed by this CDK app, or imported.
    final Number
    The number of days Amazon SNS retains messages.
    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 String
    A name for the topic.
    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