Parameters from the AntennaUplinkConfig, corresponding to the specified AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.
Data ProcessingIoTSatellite CommunicationsSpace Technology
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ground-station/refs/heads/main/json-schema/ground-station-uplink-echo-config-schema.json",
"title": "UplinkEchoConfig",
"description": "<p>Information about an uplink echo <code>Config</code>.</p> <p>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the specified <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code> is used in a contact.</p>",
"type": "object",
"properties": {
"antennaUplinkConfigArn": {
"allOf": [
{
"$ref": "#/components/schemas/ConfigArn"
},
{
"description": "ARN of an uplink <code>Config</code>."
}
]
},
"enabled": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Whether or not an uplink <code>Config</code> is enabled."
}
]
}
},
"required": [
"antennaUplinkConfigArn",
"enabled"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.