Terraform data source for managing an AWS DevOps Guru Notification Channel.
data "aws_devopsguru_notification_channel" "example" {
id = "channel-1234"
}
The following arguments are required:
id
- (Required) Unique identifier for the notification channel.This data source exports the following attributes in addition to the arguments above:
filters
- Filter configurations for the Amazon SNS notification topic. See the filters
attribute reference below.sns
- SNS noficiation channel configurations. See the sns
attribute reference below.sns
Attribute Referencetopic_arn
- Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.filters
Attribute Referencemessage_types
- Events to receive notifications for.severities
- Severity levels to receive notifications for.