SlackChannelConfiguration

An AWS Chatbot configuration for Slack.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the SlackChannelConfiguration.

Link copied to clipboard

The name of the configuration.

Link copied to clipboard

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set.

Link copied to clipboard

The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.

Link copied to clipboard

Logging levels include ERROR, INFO, or NONE.

Link copied to clipboard

The ID of the Slack channel. To get the ID, open Slack, right click on the channel name in the left pane, then choose Copy Link. The channel ID is the 9-character string at the end of the URL. For example, ABCBBLZZZ.

Link copied to clipboard

The name of the Slack Channel.

Link copied to clipboard

The ID of the Slack workspace authorized with AWS Chatbot.

Link copied to clipboard

Name of the Slack Workspace.

Link copied to clipboard

The ARNs of the SNS topics that deliver notifications to AWS Chatbot.

Link copied to clipboard

Enables use of a user role requirement in your chat configuration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String