Interface CfnDataflowEndpointGroupV2.SocketAddressProperty

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

@Stability(Stable) public static interface CfnDataflowEndpointGroupV2.SocketAddressProperty extends software.amazon.jsii.JsiiSerializable
Information about the socket address.

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.groundstation.*;
 SocketAddressProperty socketAddressProperty = SocketAddressProperty.builder()
         .name("name")
         .port(123)
         .build();
 

See Also: