config
Gets an individual config
resource
Overview
Name | config |
Type | Resource |
Description | config |
Id | awscc.groundstation.config |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
tags | array | |
type | string | |
config_data | object | |
arn | string | |
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
tags,
type,
config_data,
arn,
id
FROM awscc.groundstation.config
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the config
resource, the following permissions are required:
Read
groundstation:GetConfig,
groundstation:ListTagsForResource
Update
groundstation:UpdateConfig,
groundstation:ListTagsForResource,
groundstation:TagResource,
groundstation:UntagResource,
iam:PassRole
Delete
groundstation:DeleteConfig