interface ClusterReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryControl.ClusterReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoverycontrol#ClusterReference |
![]() | software.amazon.awscdk.services.route53recoverycontrol.ClusterReference |
![]() | aws_cdk.aws_route53recoverycontrol.ClusterReference |
![]() | aws-cdk-lib » aws_route53recoverycontrol » ClusterReference |
A reference to a Cluster resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoverycontrol as route53recoverycontrol } from 'aws-cdk-lib';
const clusterReference: route53recoverycontrol.ClusterReference = {
clusterArn: 'clusterArn',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The ClusterArn of the Cluster resource. |
clusterArn
Type:
string
The ClusterArn of the Cluster resource.