Interface CfnReplicationGroup.ReadEndPointProperty

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

@Stability(Stable) public static interface CfnReplicationGroup.ReadEndPointProperty 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.elasticache.*;
 ReadEndPointProperty readEndPointProperty = ReadEndPointProperty.builder()
         .addresses("addresses")
         .addressesList(List.of("addressesList"))
         .ports("ports")
         .portsList(List.of("portsList"))
         .build();
 

See Also: