Skip to main content

channel_associations_list_only

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

Overview

Namechannel_associations_list_only
TypeResource
DescriptionResource Type definition for AWS::Notifications::ChannelAssociation
Idawscc.notifications.channel_associations_list_only

Fields

NameDatatypeDescription
arnstringARN identifier of the channel.<br />Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops
notification_configuration_arnstringARN identifier of the NotificationConfiguration.<br />Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all channel_associations in a region.

SELECT
region,
arn,
notification_configuration_arn
FROM awscc.notifications.channel_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channel_associations_list_only resource, see channel_associations