Uses of Enum
software.amazon.awscdk.services.sns.TracingConfig
Packages that use TracingConfig
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of TracingConfig in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return TracingConfigModifier and TypeMethodDescriptiondefault TracingConfigTopicProps.getTracingConfig()Tracing mode of an Amazon SNS topic.final TracingConfigTopicProps.Jsii$Proxy.getTracingConfig()static TracingConfigReturns the enum constant of this type with the specified name.static TracingConfig[]TracingConfig.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.sns with parameters of type TracingConfigModifier and TypeMethodDescriptionTopic.Builder.tracingConfig(TracingConfig tracingConfig) Tracing mode of an Amazon SNS topic.TopicProps.Builder.tracingConfig(TracingConfig tracingConfig) Sets the value ofTopicProps.getTracingConfig()