configs
Retrieves a list of configs
in a region
Overview
Name | configs |
Type | Resource |
Description | configs |
Id | awscc.groundstation.configs |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.groundstation.configs
WHERE region = 'us-east-1'
Permissions
To operate on the configs
resource, the following permissions are required:
Create
groundstation:CreateConfig,
groundstation:TagResource,
iam:PassRole
List
groundstation:ListConfigs