Interface CfnServerlessCache.EndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServerlessCache.EndpointProperty.Jsii$Proxy
- Enclosing class:
CfnServerlessCache
@Stability(Stable)
public static interface CfnServerlessCache.EndpointProperty
extends software.amazon.jsii.JsiiSerializable
Represents the information required for client programs to connect to a cache node.
This value is read-only.
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.elasticache.*; EndpointProperty endpointProperty = EndpointProperty.builder() .address("address") .port("port") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnServerlessCache.EndpointProperty
static final class
An implementation forCfnServerlessCache.EndpointProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
The DNS hostname of the cache node.- See Also:
-
getPort
The port number that the cache engine is listening on.- See Also:
-
builder
-