NotificationHubReference

class aws_cdk.aws_notifications.NotificationHubReference(*, region)

Bases: object

A reference to a NotificationHub resource.

Parameters:

region (str) – The Region of the NotificationHub resource.

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 import aws_notifications as notifications

notification_hub_reference = notifications.NotificationHubReference(
    region="region"
)

Attributes

region

The Region of the NotificationHub resource.