slack_channel_configuration
Gets an individual slack_channel_configuration
resource
Overview
Name | slack_channel_configuration |
Type | Resource |
Description | slack_channel_configuration |
Id | awscc.supportapp.slack_channel_configuration |
Fields
Name | Datatype | Description |
---|---|---|
team_id | string | The team ID in Slack, which uniquely identifies a workspace. |
channel_id | string | The channel ID in Slack, which identifies a channel within a workspace. |
channel_name | string | The channel name in Slack. |
notify_on_create_or_reopen_case | boolean | Whether to notify when a case is created or reopened. |
notify_on_add_correspondence_to_case | boolean | Whether to notify when a correspondence is added to a case. |
notify_on_resolve_case | boolean | Whether to notify when a case is resolved. |
notify_on_case_severity | string | The severity level of a support case that a customer wants to get notified for. |
channel_role_arn | string | The Amazon Resource Name (ARN) of an IAM role that grants the AWS Support App access to perform operations for AWS services. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
team_id,
channel_id,
channel_name,
notify_on_create_or_reopen_case,
notify_on_add_correspondence_to_case,
notify_on_resolve_case,
notify_on_case_severity,
channel_role_arn
FROM awscc.supportapp.slack_channel_configuration
WHERE data__Identifier = '<TeamId>|<ChannelId>';
Permissions
To operate on the slack_channel_configuration
resource, the following permissions are required:
Read
supportapp:ListSlackChannelConfigurations
Update
supportapp:UpdateSlackChannelConfiguration,
supportapp:ListSlackChannelConfigurations
Delete
supportapp:DeleteSlackChannelConfiguration,
supportapp:ListSlackChannelConfigurations