interface NotificationChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DevOpsGuru.NotificationChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdevopsguru#NotificationChannelReference |
Java | software.amazon.awscdk.interfaces.devopsguru.NotificationChannelReference |
Python | aws_cdk.interfaces.aws_devopsguru.NotificationChannelReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_devopsguru } from 'aws-cdk-lib/interfaces';
const notificationChannelReference: interfaces_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.

.NET
Go
Java
Python
TypeScript