CfnNotificationHubMixinProps
- class aws_cdk.cfn_property_mixins.aws_notifications.CfnNotificationHubMixinProps(*, region=None)
Bases:
objectProperties for CfnNotificationHubPropsMixin.
- Parameters:
region (
Optional[str]) – TheNotificationHubRegion.- See:
- 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.cfn_property_mixins import aws_notifications as notifications cfn_notification_hub_mixin_props = notifications.CfnNotificationHubMixinProps( region="region" )
Attributes
- region
The
NotificationHubRegion.