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: