Uses of Interface
software.amazon.awscdk.services.sns.LoggingConfig
Packages that use LoggingConfig
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of LoggingConfig in software.amazon.awscdk.services.sns
Classes in software.amazon.awscdk.services.sns that implement LoggingConfigMethods in software.amazon.awscdk.services.sns that return LoggingConfigMethods in software.amazon.awscdk.services.sns that return types with arguments of type LoggingConfigModifier and TypeMethodDescriptiondefault List<LoggingConfig> TopicProps.getLoggingConfigs()The list of delivery status logging configurations for the topic.final List<LoggingConfig> TopicProps.Jsii$Proxy.getLoggingConfigs()Methods in software.amazon.awscdk.services.sns with parameters of type LoggingConfigModifier and TypeMethodDescriptionvoidTopic.addLoggingConfig(LoggingConfig config) Adds a delivery status logging configuration to the topic.Method parameters in software.amazon.awscdk.services.sns with type arguments of type LoggingConfigModifier and TypeMethodDescriptionTopic.Builder.loggingConfigs(List<? extends LoggingConfig> loggingConfigs) The list of delivery status logging configurations for the topic.TopicProps.Builder.loggingConfigs(List<? extends LoggingConfig> loggingConfigs) Sets the value ofTopicProps.getLoggingConfigs()