| Package | Description |
|---|---|
| software.amazon.awscdk.services.chatbot |
AWS::Chatbot Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.create(software.constructs.Construct scope,
String id) |
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.loggingLevel(LoggingLevel loggingLevel)
(experimental) Specifies the logging level for this configuration.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.logRetentionRetryOptions(LogRetentionRetryOptions logRetentionRetryOptions)
(experimental) When log retention is specified, a custom resource attempts to create the CloudWatch log group.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.logRetentionRole(IRole logRetentionRole)
(experimental) The IAM role for the Lambda function associated with the custom resource that sets the retention policy.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.notificationTopics(List<? extends ITopic> notificationTopics)
(experimental) The SNS topics that deliver notifications to AWS Chatbot.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.role(IRole role)
(experimental) The permission role of Slack channel configuration.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackChannelConfigurationName(String slackChannelConfigurationName)
(experimental) The name of Slack channel configuration.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackChannelId(String slackChannelId)
(experimental) The ID of the Slack channel.
|
SlackChannelConfiguration.Builder |
SlackChannelConfiguration.Builder.slackWorkspaceId(String slackWorkspaceId)
(experimental) The ID of the Slack workspace authorized with AWS Chatbot.
|
Copyright © 2021. All rights reserved.