Show / Hide Table of Contents

Class RecoveryGroupReference

A reference to a RecoveryGroup resource.

Inheritance
object
RecoveryGroupReference
Implements
IRecoveryGroupReference
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.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RecoveryGroupReference : IRecoveryGroupReference
Syntax (vb)
Public Class RecoveryGroupReference Implements IRecoveryGroupReference
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.Route53RecoveryReadiness;

            var recoveryGroupReference = new RecoveryGroupReference {
                RecoveryGroupArn = "recoveryGroupArn",
                RecoveryGroupName = "recoveryGroupName"
            };

Synopsis

Constructors

RecoveryGroupReference()

A reference to a RecoveryGroup resource.

Properties

RecoveryGroupArn

The ARN of the RecoveryGroup resource.

RecoveryGroupName

The RecoveryGroupName of the RecoveryGroup resource.

Constructors

RecoveryGroupReference()

A reference to a RecoveryGroup resource.

public RecoveryGroupReference()
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.Route53RecoveryReadiness;

            var recoveryGroupReference = new RecoveryGroupReference {
                RecoveryGroupArn = "recoveryGroupArn",
                RecoveryGroupName = "recoveryGroupName"
            };

Properties

RecoveryGroupArn

The ARN of the RecoveryGroup resource.

public string RecoveryGroupArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

RecoveryGroupName

The RecoveryGroupName of the RecoveryGroup resource.

public string RecoveryGroupName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRecoveryGroupReference
Back to top Generated by DocFX