@Stability(value=Stable)
public static interface CfnCluster.ClusterEndpointProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getEndpoint()
A cluster endpoint.
|
default String |
getRegion()
The AWS Region for a cluster endpoint.
|
@Stability(value=Stable) @Nullable default 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.
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) static CfnCluster.ClusterEndpointProperty.Builder builder()
Copyright © 2022. All rights reserved.