Show / Hide Table of Contents

Class RotationReference

A reference to a Rotation resource.

Inheritance
object
RotationReference
Implements
IRotationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRotationReference
Back to top Generated by DocFX