Skip to content

aws.groundstation.get_config

Example SQL Queries

SELECT * FROM
aws.groundstation.get_config
WHERE
"config_id" = 'VALUE'
AND "config_type" = 'VALUE';

Description

Returns Config information.

Only one Config response can be returned.

Table Definition

Column NameColumn Data Type
config_id Required Input Column

UUID of a Config.

VARCHAR
config_type Required Input Column

Type of a Config.

VARCHAR
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
config_arn

ARN of a Config

VARCHAR
config_data

Data elements in a Config.

STRUCT(
"antenna_downlink_config" STRUCT(
"spectrum_config" STRUCT(
"bandwidth" STRUCT(
"units" VARCHAR,
"value" DOUBLE
),
"center_frequency" STRUCT(
"units" VARCHAR,
"value" DOUBLE
),
"polarization" VARCHAR
)
),
"antenna_downlink_demod_decode_config" STRUCT(
"decode_config" STRUCT(
"unvalidated_json" VARCHAR
),
"demodulation_config" STRUCT(
"unvalidated_json" VARCHAR
),
"spectrum_config" STRUCT(
"bandwidth" STRUCT(
"units" VARCHAR,
"value" DOUBLE
),
"center_frequency" STRUCT(
"units" VARCHAR,
"value" DOUBLE
),
"polarization" VARCHAR
)
),
"antenna_uplink_config" STRUCT(
"spectrum_config" STRUCT(
"center_frequency" STRUCT(
"units" VARCHAR,
"value" DOUBLE
),
"polarization" VARCHAR
),
"target_eirp" STRUCT(
"units" VARCHAR,
"value" DOUBLE
),
"transmit_disabled" BOOLEAN
),
"dataflow_endpoint_config" STRUCT(
"dataflow_endpoint_name" VARCHAR,
"dataflow_endpoint_region" VARCHAR
),
"s3_recording_config" STRUCT(
"bucket_arn" VARCHAR,
"prefix" VARCHAR,
"role_arn" VARCHAR
),
"tracking_config" STRUCT(
"autotrack" VARCHAR
),
"uplink_echo_config" STRUCT(
"antenna_uplink_config_arn" VARCHAR,
"enabled" BOOLEAN
)
)
Show child fields
config_data.antenna_downlink_config

Information about how AWS Ground Station should configure an antenna for downlink during a contact.

Show child fields
config_data.antenna_downlink_config.spectrum_config

Object that describes a spectral Config.

Show child fields
config_data.antenna_downlink_config.spectrum_config.bandwidth

Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth limitations:

  • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.

  • For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.

  • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

Show child fields
config_data.antenna_downlink_config.spectrum_config.bandwidth.units

Frequency bandwidth units.

config_data.antenna_downlink_config.spectrum_config.bandwidth.value

Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

  • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.

  • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.

  • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

config_data.antenna_downlink_config.spectrum_config.center_frequency

Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

Show child fields
config_data.antenna_downlink_config.spectrum_config.center_frequency.units

Frequency units.

config_data.antenna_downlink_config.spectrum_config.center_frequency.value

Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

config_data.antenna_downlink_config.spectrum_config.polarization

Polarization of a spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

config_data.antenna_downlink_demod_decode_config

Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.

Show child fields
config_data.antenna_downlink_demod_decode_config.decode_config

Information about the decode Config.

Show child fields
config_data.antenna_downlink_demod_decode_config.decode_config.unvalidated_json

Unvalidated JSON of a decode Config.

config_data.antenna_downlink_demod_decode_config.demodulation_config

Information about the demodulation Config.

Show child fields
config_data.antenna_downlink_demod_decode_config.demodulation_config.unvalidated_json

Unvalidated JSON of a demodulation Config.

config_data.antenna_downlink_demod_decode_config.spectrum_config

Information about the spectral Config.

Show child fields
config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth

Bandwidth of a spectral Config. AWS Ground Station currently has the following bandwidth limitations:

  • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.

  • For AntennaDownlinkconfig valid values are between 10 kHz to 54 MHz.

  • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

Show child fields
config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.units

Frequency bandwidth units.

config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.value

Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

  • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.

  • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.

  • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency

Center frequency of a spectral Config. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

Show child fields
config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.units

Frequency units.

config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.value

Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

config_data.antenna_downlink_demod_decode_config.spectrum_config.polarization

Polarization of a spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

config_data.antenna_uplink_config

Information about how AWS Ground Station should configure an antenna for uplink during a contact.

Show child fields
config_data.antenna_uplink_config.spectrum_config

Information about the uplink spectral Config.

Show child fields
config_data.antenna_uplink_config.spectrum_config.center_frequency

Center frequency of an uplink spectral Config. Valid values are between 2025 to 2120 MHz.

Show child fields
config_data.antenna_uplink_config.spectrum_config.center_frequency.units

Frequency units.

config_data.antenna_uplink_config.spectrum_config.center_frequency.value

Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.

config_data.antenna_uplink_config.spectrum_config.polarization

Polarization of an uplink spectral Config. Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.

config_data.antenna_uplink_config.target_eirp

EIRP of the target.

Show child fields
config_data.antenna_uplink_config.target_eirp.units

Units of an EIRP.

config_data.antenna_uplink_config.target_eirp.value

Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.

config_data.antenna_uplink_config.transmit_disabled

Whether or not uplink transmit is disabled.

config_data.dataflow_endpoint_config

Information about the dataflow endpoint Config.

Show child fields
config_data.dataflow_endpoint_config.dataflow_endpoint_name

Name of a dataflow endpoint.

config_data.dataflow_endpoint_config.dataflow_endpoint_region

Region of a dataflow endpoint.

config_data.s3_recording_config

Information about an S3 recording Config.

Show child fields
config_data.s3_recording_config.bucket_arn

ARN of the bucket to record to.

config_data.s3_recording_config.prefix

S3 Key prefix to prefice data files.

config_data.s3_recording_config.role_arn

ARN of the role Ground Station assumes to write data to the bucket.

config_data.tracking_config

Object that determines whether tracking should be used during a contact executed with this Config in the mission profile.

Show child fields
config_data.tracking_config.autotrack

Current setting for autotrack.

config_data.uplink_echo_config

Information about an uplink echo Config.

Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.

Show child fields
config_data.uplink_echo_config.antenna_uplink_config_arn

ARN of an uplink Config.

config_data.uplink_echo_config.enabled

Whether or not an uplink Config is enabled.

name

Name of a Config.

VARCHAR
tags

Tags assigned to a Config.

MAP(VARCHAR, VARCHAR)