AWS::GroundStation::DataflowEndpointGroupV2Creates a `DataflowEndpoint` group containing the specified list of Ground Station Agent based endpoints. The `name` field in each endpoint is used in your mission profile `DataflowEndpointConfig` to specify which endpoints to use during a contact. When a contact uses multiple `DataflowEndpointConfig` objects, each `Config` must match a `DataflowEndpoint` in the same group.
import { CfnDataflowEndpointGroupV2 } from 'aws-cdk-lib/aws-groundstation';Or use the module namespace:
import * as groundstation from 'aws-cdk-lib/aws-groundstation';
// groundstation.CfnDataflowEndpointGroupV2Configuration passed to the constructor as CfnDataflowEndpointGroupV2Props.
contactPostPassDurationSecondsOptionalnumberAmount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.
contactPrePassDurationSecondsOptionalnumberAmount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.
endpointsOptionalIResolvable | IResolvable | CreateEndpointDetailsProperty[]List of endpoints for the dataflow endpoint group.
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::DataflowEndpointGroupV2