interface CfnNotificationHubProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Notifications.CfnNotificationHubProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#CfnNotificationHubProps |
Java | software.amazon.awscdk.services.notifications.CfnNotificationHubProps |
Python | aws_cdk.aws_notifications.CfnNotificationHubProps |
TypeScript | aws-cdk-lib » aws_notifications » CfnNotificationHubProps |
Properties for defining a CfnNotificationHub.
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 cfnNotificationHubProps: notifications.CfnNotificationHubProps = {
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| region | string | The NotificationHub Region. |
region
Type:
string
The NotificationHub Region.

.NET
Go
Java
Python
TypeScript