interface CfnNotificationHubMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Notifications.Mixins.CfnNotificationHubMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnotifications/mixins#CfnNotificationHubMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.notifications.mixins.CfnNotificationHubMixinProps |
Python | aws_cdk.mixins_preview.aws_notifications.mixins.CfnNotificationHubMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_notifications » mixins » CfnNotificationHubMixinProps |
Properties for CfnNotificationHubPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as notifications_mixins } from '@aws-cdk/mixins-preview/aws-notifications';
const cfnNotificationHubMixinProps: notifications_mixins.CfnNotificationHubMixinProps = {
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| region? | string | The NotificationHub Region. |
region?
Type:
string
(optional)
The NotificationHub Region.

.NET
Go
Java
Python
TypeScript