@Stability(value=Stable)
public static interface CfnCluster.EndpointProperty
extends software.amazon.jsii.JsiiSerializable
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.redshift.*;
EndpointProperty endpointProperty = EndpointProperty.builder()
.address("address")
.port("port")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.EndpointProperty.Builder
A builder for
CfnCluster.EndpointProperty |
static class |
CfnCluster.EndpointProperty.Jsii$Proxy
An implementation for
CfnCluster.EndpointProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.EndpointProperty.Builder |
builder() |
default String |
getAddress()
The DNS address of the Cluster.
|
default String |
getPort()
The port that the database engine is listening on.
|
@Stability(value=Stable) @Nullable default String getAddress()
@Stability(value=Stable) @Nullable default String getPort()
@Stability(value=Stable) static CfnCluster.EndpointProperty.Builder builder()
Copyright © 2022. All rights reserved.