AWS::GroundStation::DataflowEndpointGroupCreates a Dataflow Endpoint Group request. Dataflow endpoint groups contain a list of endpoints. When the name of a dataflow endpoint group is specified in a mission profile, the Ground Station service will connect to the endpoints and flow data during a contact. For more information about dataflow endpoint groups, see [Dataflow Endpoint Groups](https://docs.aws.amazon.com/ground-station/latest/ug/dataflowendpointgroups.html) .
import { CfnDataflowEndpointGroup } from 'aws-cdk-lib/aws-groundstation';Or use the module namespace:
import * as groundstation from 'aws-cdk-lib/aws-groundstation';
// groundstation.CfnDataflowEndpointGroupConfiguration passed to the constructor as CfnDataflowEndpointGroupProps.
endpointDetailsRequiredIResolvable | IResolvable | EndpointDetailsProperty[]List of Endpoint Details, containing address and port for each endpoint. All dataflow endpoints within a single dataflow endpoint group must be of the same type. You cannot mix AWS Ground Station Agent endpoints with Dataflow endpoints in the same group. If your use case requires both types of endpoints, you must create separate dataflow endpoint groups for each type.
contactPostPassDurationSecondsOptionalnumberAmount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a `POSTPASS` state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the `POSTPASS` state.
contactPrePassDurationSecondsOptionalnumberAmount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a `PREPASS` state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the `PREPASS` state.
tagsOptionalCfnTag[]Tags assigned to a resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-groundstationAWS::GroundStation::DataflowEndpointGroup