Uses of Enum
software.amazon.awscdk.services.sns.LoggingProtocol
Packages that use LoggingProtocol
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of LoggingProtocol in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return LoggingProtocolModifier and TypeMethodDescriptionLoggingConfig.getProtocol()Indicates one of the supported protocols for the SNS topic.final LoggingProtocolLoggingConfig.Jsii$Proxy.getProtocol()static LoggingProtocolReturns the enum constant of this type with the specified name.static LoggingProtocol[]LoggingProtocol.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 LoggingProtocolModifier and TypeMethodDescriptionLoggingConfig.Builder.protocol(LoggingProtocol protocol) Sets the value ofLoggingConfig.getProtocol()