notification_channel
Gets an individual notification_channel
resource
Overview
Name | notification_channel |
Type | Resource |
Description | notification_channel |
Id | awscc.devopsguru.notification_channel |
Fields
Name | Datatype | Description |
---|---|---|
config | object | |
id | string | The ID of a notification channel. |
region | string | AWS 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