AWS::DevOpsGuru::NotificationChannelAdds 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 { CfnNotificationChannel } from 'aws-cdk-lib/aws-devopsguru';Or use the module namespace:
import * as devopsguru from 'aws-cdk-lib/aws-devopsguru';
// devopsguru.CfnNotificationChannelConfiguration passed to the constructor as CfnNotificationChannelProps.
configRequiredIResolvable | NotificationChannelConfigPropertyA `NotificationChannelConfig` object that contains information about configured notification channels.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devopsguruAWS::DevOpsGuru::NotificationChannel