interface ClusterReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Route53RecoveryControl.ClusterReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsroute53recoverycontrol#ClusterReference |
Java | software.amazon.awscdk.interfaces.route53recoverycontrol.ClusterReference |
Python | aws_cdk.interfaces.aws_route53recoverycontrol.ClusterReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_route53recoverycontrol } from 'aws-cdk-lib/interfaces';
const clusterReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript