dataflow_endpoint_group_tags
Expands all tag keys and values for dataflow_endpoint_groups
in a region
Overview
Name | dataflow_endpoint_group_tags |
Type | Resource |
Description | AWS Ground Station DataflowEndpointGroup schema for CloudFormation |
Id | aws.groundstation.dataflow_endpoint_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
endpoint_details | array | |
contact_pre_pass_duration_seconds | integer | 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. |
contact_post_pass_duration_seconds | integer | 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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all dataflow_endpoint_groups
in a region.
SELECT
region,
id,
arn,
endpoint_details,
contact_pre_pass_duration_seconds,
contact_post_pass_duration_seconds,
tag_key,
tag_value
FROM aws.groundstation.dataflow_endpoint_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the dataflow_endpoint_group_tags
resource, see dataflow_endpoint_groups