Class RecoveryGroupReference
A reference to a RecoveryGroup resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
RecoveryGroupName
The RecoveryGroupName of the RecoveryGroup resource.
public string RecoveryGroupName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated