Interface CfnConfig.DataflowEndpointConfigProperty

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

@Stability(Stable) public static interface CfnConfig.DataflowEndpointConfigProperty extends software.amazon.jsii.JsiiSerializable
Provides information to AWS Ground Station about which IP endpoints to use during a contact.

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.*;
 DataflowEndpointConfigProperty dataflowEndpointConfigProperty = DataflowEndpointConfigProperty.builder()
         .dataflowEndpointName("dataflowEndpointName")
         .dataflowEndpointRegion("dataflowEndpointRegion")
         .build();
 

See Also: