aws-cdk-lib.aws_route53recoverycontrol.CfnCluster.ClusterEndpointProperty

interface ClusterEndpointProperty

LanguageType name
.NETAmazon.CDK.AWS.Route53RecoveryControl.CfnCluster.ClusterEndpointProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoverycontrol#CfnCluster_ClusterEndpointProperty
Javasoftware.amazon.awscdk.services.route53recoverycontrol.CfnCluster.ClusterEndpointProperty
Pythonaws_cdk.aws_route53recoverycontrol.CfnCluster.ClusterEndpointProperty
TypeScript aws-cdk-lib » aws_route53recoverycontrol » CfnCluster » ClusterEndpointProperty

A cluster endpoint.

You specify one of the five cluster endpoints, which consists of an endpoint URL and an AWS Region, when you want to get or update a routing control state in the cluster.

For more information, see Code examples in the Amazon Route 53 Application Recovery Controller Developer Guide.

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 clusterEndpointProperty: route53recoverycontrol.CfnCluster.ClusterEndpointProperty = {
  endpoint: 'endpoint',
  region: 'region',
};

Properties

NameTypeDescription
endpoint?stringA cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
region?stringThe AWS Region for a cluster endpoint.

endpoint?

Type: string (optional)

A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.


region?

Type: string (optional)

The AWS Region for a cluster endpoint.