interface ClusterEndpointProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryControl.CfnCluster.ClusterEndpointProperty |
![]() | software.amazon.awscdk.services.route53recoverycontrol.CfnCluster.ClusterEndpointProperty |
![]() | aws_cdk.aws_route53recoverycontrol.CfnCluster.ClusterEndpointProperty |
![]() | @aws-cdk/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 * as route53recoverycontrol from '@aws-cdk/aws-route53recoverycontrol';
const clusterEndpointProperty: route53recoverycontrol.CfnCluster.ClusterEndpointProperty = {
endpoint: 'endpoint',
region: 'region',
};
Properties
Name | Type | Description |
---|---|---|
endpoint? | string | A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state. |
region? | string | The 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.