AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::GroundStation::DataflowEndpointGroup

CfnDataflowEndpointGroup

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnDataflowEndpointGroupProps.

endpointDetailsRequired
IResolvable | 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.

contactPostPassDurationSecondsOptional
number

Amount 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.

contactPrePassDurationSecondsOptional
number

Amount 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.

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::DataflowEndpointGroup
Properties4

External Links