interface NotificationConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_notifications.NotificationConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#NotificationConfigurationReference |
![]() | software.amazon.awscdk.services.notifications.NotificationConfigurationReference |
![]() | aws_cdk.aws_notifications.NotificationConfigurationReference |
![]() | aws-cdk-lib » aws_notifications » NotificationConfigurationReference |
A reference to a NotificationConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from 'aws-cdk-lib';
const notificationConfigurationReference: notifications.NotificationConfigurationReference = {
notificationConfigurationArn: 'notificationConfigurationArn',
};
Properties
Name | Type | Description |
---|---|---|
notification | string | The Arn of the NotificationConfiguration resource. |
notificationConfigurationArn
Type:
string
The Arn of the NotificationConfiguration resource.