Interface CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty

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

@Stability(Stable) public static interface CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty extends software.amazon.jsii.JsiiSerializable
The address of the endpoint, such as 192.168.1.1 .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.groundstation.mixins.*;
 SocketAddressProperty socketAddressProperty = SocketAddressProperty.builder()
         .name("name")
         .port(123)
         .build();
 

See Also: