channel_associations_list_only
Lists channel_associations in a region or regions, for all properties use channel_associations
Overview
| Name | channel_associations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Notifications::ChannelAssociation |
| Id | awscc.notifications.channel_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | ARN identifier of the channel.<br />Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops |
notification_configuration_arn | string | ARN identifier of the NotificationConfiguration.<br />Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1 |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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