interface NotificationConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Notifications.NotificationConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnotifications#NotificationConfigurationReference |
Java | software.amazon.awscdk.interfaces.notifications.NotificationConfigurationReference |
Python | aws_cdk.interfaces.aws_notifications.NotificationConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_notifications } from 'aws-cdk-lib/interfaces';
const notificationConfigurationReference: interfaces_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.

.NET
Go
Java
Python
TypeScript