| Package | Description |
|---|---|
| software.amazon.awscdk.services.chatbot |
AWS::Chatbot Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default LoggingLevel |
SlackChannelConfigurationProps.getLoggingLevel()
(experimental) Specifies the logging level for this configuration.
|
LoggingLevel |
SlackChannelConfigurationProps.Jsii$Proxy.getLoggingLevel() |
static LoggingLevel |
LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingLevel[] |
LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.loggingLevel(LoggingLevel loggingLevel)
(experimental) Specifies the logging level for this configuration.
|
SlackChannelConfigurationProps.Builder |
SlackChannelConfigurationProps.Builder.loggingLevel(LoggingLevel loggingLevel)
Sets the value of
SlackChannelConfigurationProps.getLoggingLevel() |
| Constructor and Description |
|---|
Jsii$Proxy(String slackChannelConfigurationName,
String slackChannelId,
String slackWorkspaceId,
LoggingLevel loggingLevel,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
List<? extends ITopic> notificationTopics,
IRole role)
Constructor that initializes the object based on literal property values passed by the
SlackChannelConfigurationProps.Builder. |
Copyright © 2021. All rights reserved.