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:IntegerContactPrePassDurationSeconds:IntegerEndpoints:- CreateEndpointDetailsTags:- 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:
30Maximum:
480Update 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:
30Maximum:
480Update requires: Replacement
Endpoints-
List of endpoints for the dataflow endpoint group.
Required: No
Type: Array of CreateEndpointDetails
Minimum:
1Update requires: Replacement
-
Tags assigned to a resource.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
EndpointDetails-
Information about the endpoint details.