interface NotificationHubReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_notifications.NotificationHubReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#NotificationHubReference |
![]() | software.amazon.awscdk.services.notifications.NotificationHubReference |
![]() | aws_cdk.aws_notifications.NotificationHubReference |
![]() | 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.