Skip to main content

managed_notification_additional_channel_associations_list_only

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

Overview

Namemanaged_notification_additional_channel_associations_list_only
TypeResource
DescriptionResource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
Idawscc.notifications.managed_notification_additional_channel_associations_list_only

Fields

NameDatatypeDescription
channel_arnstringARN identifier of the channel.<br />Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops
managed_notification_configuration_arnstringARN identifier of the Managed Notification.<br />Example: arn:aws:notifications::381491923782:managed-notification-configuration/category/AWS-Health/sub-category/Billing
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all managed_notification_additional_channel_associations in a region.

SELECT
region,
channel_arn,
managed_notification_configuration_arn
FROM awscc.notifications.managed_notification_additional_channel_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the managed_notification_additional_channel_associations_list_only resource, see managed_notification_additional_channel_associations