dataflow_endpoint_group
Gets an individual dataflow_endpoint_group
resource
Overview
Name | dataflow_endpoint_group |
Type | Resource |
Description | dataflow_endpoint_group |
Id | awscc.groundstation.dataflow_endpoint_group |
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. |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn,
endpoint_details,
contact_pre_pass_duration_seconds,
contact_post_pass_duration_seconds,
tags
FROM awscc.groundstation.dataflow_endpoint_group
WHERE data__Identifier = '<Id>';
Permissions
To operate on the dataflow_endpoint_group
resource, the following permissions are required:
Read
groundstation:GetDataflowEndpointGroup,
groundstation:ListTagsForResource
Delete
groundstation:DeleteDataflowEndpointGroup,
groundstation:GetDataflowEndpointGroup