Interface CfnServerlessCachePropsMixin.EndpointProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnServerlessCachePropsMixin.EndpointProperty.Jsii$Proxy
Enclosing class:
CfnServerlessCachePropsMixin

@Stability(Stable) public static interface CfnServerlessCachePropsMixin.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.cfnpropertymixins.services.elasticache.*;
 EndpointProperty endpointProperty = EndpointProperty.builder()
         .address("address")
         .port("port")
         .build();
 

See Also: