slack_channel_configurations_list_only
Lists slack_channel_configurations
in a region or regions, for all properties use slack_channel_configurations
Overview
Name | slack_channel_configurations_list_only |
Type | Resource |
Description | Resource schema for AWS::Chatbot::SlackChannelConfiguration. |
Id | aws.chatbot.slack_channel_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
slack_workspace_id | string | The id of the Slack workspace |
slack_channel_id | string | The id of the Slack channel |
configuration_name | string | The name of the configuration |
iam_role_arn | string | The ARN of the IAM role that defines the permissions for AWS Chatbot |
sns_topic_arns | array | ARNs of SNS topics which delivers notifications to AWS Chatbot, for example CloudWatch alarm notifications. |
logging_level | string | Specifies the logging level for this configuration:ERROR,INFO or NONE. This property affects the log entries pushed to Amazon CloudWatch logs |
arn | string | Amazon Resource Name (ARN) of the configuration |
guardrail_policies | array | The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied as a default if this is not set. |
tags | array | The tags to add to the configuration |
user_role_required | boolean | Enables use of a user role requirement in your chat configuration |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all slack_channel_configurations
in a region.
SELECT
region,
arn
FROM aws.chatbot.slack_channel_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the slack_channel_configurations_list_only
resource, see slack_channel_configurations