Skip to main content

notification_channels_list_only

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

Overview

Namenotification_channels_list_only
TypeResource
DescriptionThis resource schema represents the NotificationChannel resource in the Amazon DevOps Guru.
Idaws.devopsguru.notification_channels_list_only

Fields

NameDatatypeDescription
configobjectInformation about notification channels you have configured with DevOps Guru.
idstringThe ID of a notification channel.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all notification_channels in a region.

SELECT
region,
id
FROM aws.devopsguru.notification_channels_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the notification_channels_list_only resource, see notification_channels