Creates an AWS Chatbot confugration for Slack.
See https://www.paws-r-sdk.com/docs/chatbot_create_slack_channel_configuration/ for full documentation.
chatbot_create_slack_channel_configuration(
SlackTeamId,
SlackChannelId,
SlackChannelName = NULL,
SnsTopicArns = NULL,
IamRoleArn,
ConfigurationName,
LoggingLevel = NULL,
GuardrailPolicyArns = NULL,
UserAuthorizationRequired = NULL,
Tags = NULL
)
[required] The ID of the Slack workspace authorized with AWS Chatbot.
[required] The ID of the Slack channel.
To get this 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.
The name of the Slack channel.
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
[required] A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
[required] The name of the configuration.
Logging levels include ERROR
, INFO
, or NONE
.
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.
Enables use of a user role requirement in your chat configuration.
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.