Interface IAutoshiftObserverNotificationStatusReference
A reference to a AutoshiftObserverNotificationStatus resource.
Namespace: Amazon.CDK.Interfaces.ARCZonalShift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAutoshiftObserverNotificationStatusReference
Syntax (vb)
Public Interface IAutoshiftObserverNotificationStatusReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.ARCZonalShift;
var autoshiftObserverNotificationStatusReference = new AutoshiftObserverNotificationStatusReference {
AccountId = "accountId",
Region = "region"
};
Synopsis
Properties
| AccountId | The AccountId of the AutoshiftObserverNotificationStatus resource. |
| Region | The Region of the AutoshiftObserverNotificationStatus resource. |
Properties
AccountId
The AccountId of the AutoshiftObserverNotificationStatus resource.
string AccountId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Region
The Region of the AutoshiftObserverNotificationStatus resource.
string Region { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated