CfnNotificationHubMixinProps

class aws_cdk.mixins_preview.aws_notifications.mixins.CfnNotificationHubMixinProps(*, region=None)

Bases: object

Properties for CfnNotificationHubPropsMixin.

Parameters:

region (Optional[str]) – The NotificationHub Region.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_notifications import mixins as notifications_mixins

cfn_notification_hub_mixin_props = notifications_mixins.CfnNotificationHubMixinProps(
    region="region"
)

Attributes

region

The NotificationHub Region.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html#cfn-notifications-notificationhub-region