--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_devopsguru_notification_channel Resource - terraform-provider-awscc" subcategory: "" description: |- This resource schema represents the NotificationChannel resource in the Amazon DevOps Guru. --- # awscc_devopsguru_notification_channel (Resource) This resource schema represents the NotificationChannel resource in the Amazon DevOps Guru. ## Schema ### Required - `config` (Attributes) Information about notification channels you have configured with DevOps Guru. (see [below for nested schema](#nestedatt--config)) ### Read-Only - `id` (String) The ID of a notification channel. ### Nested Schema for `config` Required: - `sns` (Attributes) Information about a notification channel configured in DevOps Guru to send notifications when insights are created. (see [below for nested schema](#nestedatt--config--sns)) ### Nested Schema for `config.sns` Required: - `topic_arn` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_devopsguru_notification_channel.example ```