interface CfnNotificationHubMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Notifications.CfnNotificationHubMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnotifications#CfnNotificationHubMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnNotificationHubMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_notifications.CfnNotificationHubMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_notifications » 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 { aws_notifications as notifications } from '@aws-cdk/cfn-property-mixins';
const cfnNotificationHubMixinProps: notifications.CfnNotificationHubMixinProps = {
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| region? | string | The NotificationHub Region. |
region?
Type:
string
(optional)
The NotificationHub Region.

.NET
Go
Java
Python
TypeScript