interface NotificationHubReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_notifications.NotificationHubReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#NotificationHubReference |
Java | software.amazon.awscdk.services.notifications.NotificationHubReference |
Python | aws_cdk.aws_notifications.NotificationHubReference |
TypeScript | aws-cdk-lib » aws_notifications » NotificationHubReference |
A reference to a NotificationHub 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 notificationHubReference: notifications.NotificationHubReference = {
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| region | string | The Region of the NotificationHub resource. |
region
Type:
string
The Region of the NotificationHub resource.

.NET
Go
Java
Python
TypeScript