AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DevOpsGuru::NotificationChannel

CfnNotificationChannel

Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see [Permissions for Amazon SNS topics](https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html) . If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see [Permissions for AWS KMS–encrypted Amazon SNS topics](https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html) .

Import

import { CfnNotificationChannel } from 'aws-cdk-lib/aws-devopsguru';

Or use the module namespace:

import * as devopsguru from 'aws-cdk-lib/aws-devopsguru';
// devopsguru.CfnNotificationChannel

Properties

Configuration passed to the constructor as CfnNotificationChannelProps.

configRequired
IResolvable | NotificationChannelConfigProperty

A `NotificationChannelConfig` object that contains information about configured notification channels.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-devopsguru
CFN TypeAWS::DevOpsGuru::NotificationChannel
Properties1

External Links