public static interface CfnCluster.EndpointProperty
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 java.lang.String |
getAddress()
The DNS address of the Cluster.
|
default java.lang.String |
getPort()
The port that the database engine is listening on.
|
default java.lang.String getAddress()
default java.lang.String getPort()
static CfnCluster.EndpointProperty.Builder builder()