Show / Hide Table of Contents

Interface IRecoveryGroupReference

A reference to a RecoveryGroup resource.

Namespace: Amazon.CDK.Interfaces.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRecoveryGroupReference
Syntax (vb)
Public Interface 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.Interfaces.Route53RecoveryReadiness;

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

Synopsis

Properties

RecoveryGroupArn

The ARN of the RecoveryGroup resource.

RecoveryGroupName

The RecoveryGroupName of the RecoveryGroup resource.

Properties

RecoveryGroupArn

The ARN of the RecoveryGroup resource.

string RecoveryGroupArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

RecoveryGroupName

The RecoveryGroupName of the RecoveryGroup resource.

string RecoveryGroupName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX