interface NotificationConfigurationReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_notifications.NotificationConfigurationReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#NotificationConfigurationReference | 
|  Java | software.amazon.awscdk.services.notifications.NotificationConfigurationReference | 
|  Python | aws_cdk.aws_notifications.NotificationConfigurationReference | 
|  TypeScript | 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.
