AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::GroundStation::DataflowEndpointGroupV2

CfnDataflowEndpointGroupV2

Creates 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

import { CfnDataflowEndpointGroupV2 } from 'aws-cdk-lib/aws-groundstation';

Or use the module namespace:

import * as groundstation from 'aws-cdk-lib/aws-groundstation';
// groundstation.CfnDataflowEndpointGroupV2

Properties

Configuration passed to the constructor as CfnDataflowEndpointGroupV2Props.

contactPostPassDurationSecondsOptional
number

Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.

contactPrePassDurationSecondsOptional
number

Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.

endpointsOptional
IResolvable | IResolvable | CreateEndpointDetailsProperty[]

List of endpoints for the dataflow endpoint group.

tagsOptional
CfnTag[]

Tags assigned to a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-groundstation
CFN TypeAWS::GroundStation::DataflowEndpointGroupV2
Properties4

External Links