Skip to main content

slack_channel_configurations_list_only

Lists slack_channel_configurations in a region or regions, for all properties use slack_channel_configurations

Overview

Nameslack_channel_configurations_list_only
TypeResource
DescriptionAn AWS Support App resource that creates, updates, lists and deletes Slack channel configurations.
Idaws.supportapp.slack_channel_configurations_list_only

Fields

NameDatatypeDescription
team_idstringThe team ID in Slack, which uniquely identifies a workspace.
channel_idstringThe channel ID in Slack, which identifies a channel within a workspace.
channel_namestringThe channel name in Slack.
notify_on_create_or_reopen_casebooleanWhether to notify when a case is created or reopened.
notify_on_add_correspondence_to_casebooleanWhether to notify when a correspondence is added to a case.
notify_on_resolve_casebooleanWhether to notify when a case is resolved.
notify_on_case_severitystringThe severity level of a support case that a customer wants to get notified for.
channel_role_arnstringThe Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all slack_channel_configurations in a region.

SELECT
region,
team_id,
channel_id
FROM aws.supportapp.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