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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfig.DataflowEndpointConfigPropertystatic final classAn implementation forCfnConfig.DataflowEndpointConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataflowEndpointName
The name of the dataflow endpoint to use during contacts. -
getDataflowEndpointRegion
The region of the dataflow endpoint to use during contacts.When omitted, Ground Station will use the region of the contact.
-
builder
-