Skip to main content

dataflow_endpoint_groups_list_only

Lists dataflow_endpoint_groups in a region or regions, for all properties use dataflow_endpoint_groups

Overview

Namedataflow_endpoint_groups_list_only
TypeResource
DescriptionAWS Ground Station DataflowEndpointGroup schema for CloudFormation
Idaws.groundstation.dataflow_endpoint_groups_list_only

Fields

NameDatatypeDescription
idstring
arnstring
endpoint_detailsarray
contact_pre_pass_duration_secondsintegerAmount 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.
contact_post_pass_duration_secondsintegerAmount 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.
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all dataflow_endpoint_groups in a region.

SELECT
region,
id
FROM aws.groundstation.dataflow_endpoint_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the dataflow_endpoint_groups_list_only resource, see dataflow_endpoint_groups