Class RotationReference
A reference to a Rotation resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RotationReference : IRotationReference
Syntax (vb)
Public Class RotationReference Implements IRotationReference
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.AWS.SSMContacts;
var rotationReference = new RotationReference {
RotationArn = "rotationArn"
};
Synopsis
Constructors
RotationReference() | A reference to a Rotation resource. |
Properties
RotationArn | The Arn of the Rotation resource. |
Constructors
RotationReference()
A reference to a Rotation resource.
public RotationReference()
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.AWS.SSMContacts;
var rotationReference = new RotationReference {
RotationArn = "rotationArn"
};
Properties
RotationArn
The Arn of the Rotation resource.
public string RotationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated