AutoshiftObserverNotificationStatusReference

class aws_cdk.aws_arczonalshift.AutoshiftObserverNotificationStatusReference(*, account_id, region)

Bases: object

A reference to a AutoshiftObserverNotificationStatus resource.

Parameters:
  • account_id (str) – The AccountId of the AutoshiftObserverNotificationStatus resource.

  • region (str) – The Region of the AutoshiftObserverNotificationStatus 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_arczonalshift as arczonalshift

autoshift_observer_notification_status_reference = arczonalshift.AutoshiftObserverNotificationStatusReference(
    account_id="accountId",
    region="region"
)

Attributes

account_id

The AccountId of the AutoshiftObserverNotificationStatus resource.

region

The Region of the AutoshiftObserverNotificationStatus resource.