@Stability(value=Stable)
public static interface CfnCluster.ClusterEndpointProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnCluster.ClusterEndpointProperty.Endpoint`.
|
default String |
getRegion()
`CfnCluster.ClusterEndpointProperty.Region`.
|
@Stability(value=Stable) @Nullable default String getEndpoint()
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) static CfnCluster.ClusterEndpointProperty.Builder builder()
Copyright © 2021. All rights reserved.