Interface TopicProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
TopicProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-21T06:34:16.465Z") @Stability(Stable) public interface TopicProps extends software.amazon.jsii.JsiiSerializable
Properties for a new SNS topic.

Example:

 Topic topic = Topic.Builder.create(this, "MyTopic")
         .tracingConfig(TracingConfig.ACTIVE)
         .build();