public static interface CfnCluster.ClusterEndpointProperty
Specify an endpoint when you want to set or retrieve a routing control state in the cluster.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.route53recoverycontrol.*; ClusterEndpointProperty clusterEndpointProperty = ClusterEndpointProperty.builder() .endpoint("endpoint") .region("region") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.ClusterEndpointProperty.Builder
A builder for
CfnCluster.ClusterEndpointProperty |
static class |
CfnCluster.ClusterEndpointProperty.Jsii$Proxy
An implementation for
CfnCluster.ClusterEndpointProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.ClusterEndpointProperty.Builder |
builder() |
default java.lang.String |
getEndpoint()
A cluster endpoint.
|
default java.lang.String |
getRegion()
The AWS Region for a cluster endpoint.
|
default java.lang.String getEndpoint()
Specify an endpoint and AWS Region when you want to set or retrieve a routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.
default java.lang.String getRegion()
static CfnCluster.ClusterEndpointProperty.Builder builder()