Creates an AWS Chatbot confugration for Slack
Source:R/chatbot_operations.R
chatbot_create_slack_channel_configuration.RdCreates an AWS Chatbot confugration for Slack.
See https://www.paws-r-sdk.com/docs/chatbot_create_slack_channel_configuration/ for full documentation.
Usage
chatbot_create_slack_channel_configuration(
SlackTeamId,
SlackChannelId,
SlackChannelName = NULL,
SnsTopicArns = NULL,
IamRoleArn,
ConfigurationName,
LoggingLevel = NULL,
GuardrailPolicyArns = NULL,
UserAuthorizationRequired = NULL,
Tags = NULL
)Arguments
- SlackTeamId
[required] The ID of the Slack workspace authorized with AWS Chatbot.
- SlackChannelId
[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.
- SlackChannelName
The name of the Slack channel.
- SnsTopicArns
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
- IamRoleArn
[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.
- ConfigurationName
[required] The name of the configuration.
- LoggingLevel
Logging levels include
ERROR,INFO, orNONE.- GuardrailPolicyArns
The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed
AdministratorAccesspolicy 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.