interface NotificationChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DevOpsGuru.NotificationChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdevopsguru#NotificationChannelReference |
![]() | software.amazon.awscdk.services.devopsguru.NotificationChannelReference |
![]() | aws_cdk.aws_devopsguru.NotificationChannelReference |
![]() | aws-cdk-lib » aws_devopsguru » NotificationChannelReference |
A reference to a NotificationChannel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsguru as devopsguru } from 'aws-cdk-lib';
const notificationChannelReference: devopsguru.NotificationChannelReference = {
notificationChannelId: 'notificationChannelId',
};
Properties
Name | Type | Description |
---|---|---|
notification | string | The Id of the NotificationChannel resource. |
notificationChannelId
Type:
string
The Id of the NotificationChannel resource.