AutoshiftObserverNotificationStatusReference
- class aws_cdk.interfaces.aws_arczonalshift.AutoshiftObserverNotificationStatusReference(*, account_id, region)
Bases:
objectA 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.interfaces import aws_arczonalshift as interfaces_arczonalshift autoshift_observer_notification_status_reference = interfaces_arczonalshift.AutoshiftObserverNotificationStatusReference( account_id="accountId", region="region" )
Attributes
- account_id
The AccountId of the AutoshiftObserverNotificationStatus resource.
- region
The Region of the AutoshiftObserverNotificationStatus resource.