Skip to main content

notification_channel

Gets an individual notification_channel resource

Overview

Namenotification_channel
TypeResource
Descriptionnotification_channel
Idawscc.devopsguru.notification_channel

Fields

NameDatatypeDescription
configobject
idstringThe ID of a notification channel.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
config,
id
FROM awscc.devopsguru.notification_channel
WHERE data__Identifier = '<Id>';

Permissions

To operate on the notification_channel resource, the following permissions are required:

Delete

devops-guru:RemoveNotificationChannel,
devops-guru:ListNotificationChannels

Read

devops-guru:ListNotificationChannels