AWS::GroundStation::DataflowEndpointGroupV2 - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::GroundStation::DataflowEndpointGroupV2

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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::GroundStation::DataflowEndpointGroupV2", "Properties" : { "ContactPostPassDurationSeconds" : Integer, "ContactPrePassDurationSeconds" : Integer, "Endpoints" : [ CreateEndpointDetails, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::GroundStation::DataflowEndpointGroupV2 Properties: ContactPostPassDurationSeconds: Integer ContactPrePassDurationSeconds: Integer Endpoints: - CreateEndpointDetails Tags: - Tag

Properties

ContactPostPassDurationSeconds

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

Required: No

Type: Integer

Minimum: 30

Maximum: 480

Update requires: Replacement

ContactPrePassDurationSeconds

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

Required: No

Type: Integer

Minimum: 30

Maximum: 480

Update requires: Replacement

Endpoints

List of endpoints for the dataflow endpoint group.

Required: No

Type: Array of CreateEndpointDetails

Minimum: 1

Update requires: Replacement

Tags

Tags assigned to a resource.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

EndpointDetails

Information about the endpoint details.