Creates an AWS Chatbot confugration for Slack.
post/create-slack-channel-configuration
Request body
SlackTeamIdstring required
The ID of the Slack workspace authorized with AWS Chatbot.
SlackChannelIdstring required
<p>The ID of the Slack channel.</p> <p>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. </p>
SlackChannelNamestring password
The name of the Slack channel.
SnsTopicArnsArn[]
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
IamRoleArnstring required
<p>A user-defined role that AWS Chatbot assumes. This is not the service-linked role.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html">IAM policies for AWS Chatbot</a> in the <i> AWS Chatbot Administrator Guide</i>. </p>
ConfigurationNamestring required
The name of the configuration.
LoggingLevelstring
Logging levels include <code>ERROR</code>, <code>INFO</code>, or <code>NONE</code>.
GuardrailPolicyArnsGuardrailPolicyArn[]
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed <code>AdministratorAccess</code> policy is applied by default if this is not set.
UserAuthorizationRequiredboolean
Enables use of a user role requirement in your chat configuration.
Response
Success