@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.memorydb.*;
EndpointProperty endpointProperty = EndpointProperty.builder()
.address("address")
.port(123)
.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 hostname of the node.
|
default Number |
getPort()
The port number that the engine is listening on.
|
@Stability(value=Stable) @Nullable default String getAddress()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) static CfnCluster.EndpointProperty.Builder builder()
Copyright © 2023. All rights reserved.