Skip to main content

config

Gets an individual config resource

Overview

Nameconfig
TypeResource
Descriptionconfig
Idawscc.groundstation.config

Fields

NameDatatypeDescription
namestring
tagsarray
typestring
config_dataobject
arnstring
idstring
regionstringAWS 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