# AWS::DevOpsGuru::NotificationChannel NotificationChannelConfig Information about notification channels you have configured with DevOps Guru. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Sns" : SnsChannelConfig,
    "Filters" : NotificationFilterConfig
}
### YAML
Sns: SnsChannelConfig
Filters: NotificationFilterConfig
## Properties #### Sns Information about a notification channel configured in DevOps Guru to send notifications when insights are created. _Required_: No _Type_: SnsChannelConfig _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Filters Information about filters of a notification channel configured in DevOpsGuru to filter for insights. _Required_: No _Type_: NotificationFilterConfig _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)