Uses of Class
software.amazon.awscdk.services.chatbot.SlackChannelConfiguration.Builder
-
Uses of SlackChannelConfiguration.Builder in software.amazon.awscdk.services.chatbot
Modifier and TypeMethodDescriptionSlackChannelConfiguration.Builder.loggingLevel
(LoggingLevel loggingLevel) Specifies the logging level for this configuration.SlackChannelConfiguration.Builder.logRetention
(RetentionDays logRetention) The number of days log events are kept in CloudWatch Logs.SlackChannelConfiguration.Builder.logRetentionRetryOptions
(LogRetentionRetryOptions logRetentionRetryOptions) When log retention is specified, a custom resource attempts to create the CloudWatch log group.SlackChannelConfiguration.Builder.logRetentionRole
(IRole logRetentionRole) The IAM role for the Lambda function associated with the custom resource that sets the retention policy.SlackChannelConfiguration.Builder.notificationTopics
(List<? extends ITopic> notificationTopics) The SNS topics that deliver notifications to AWS Chatbot.The permission role of Slack channel configuration.SlackChannelConfiguration.Builder.slackChannelConfigurationName
(String slackChannelConfigurationName) The name of Slack channel configuration.SlackChannelConfiguration.Builder.slackChannelId
(String slackChannelId) The ID of the Slack channel.SlackChannelConfiguration.Builder.slackWorkspaceId
(String slackWorkspaceId) The ID of the Slack workspace authorized with AWS Chatbot.