Interface CfnCluster.EndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.EndpointProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.EndpointProperty
extends software.amazon.jsii.JsiiSerializable
Describes a connection endpoint.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.EndpointProperty
static final class
An implementation forCfnCluster.EndpointProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
The DNS address of the cluster.This property is read only.
- See Also:
-
getPort
The port that the database engine is listening on.This property is read only.
- See Also:
-
builder
-