AWS::GroundStation::Config UplinkEchoConfig - AWS CloudFormation

AWS::GroundStation::Config UplinkEchoConfig

Provides information about how AWS Ground Station should echo back uplink transmissions to a dataflow endpoint.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AntennaUplinkConfigArn" : String, "Enabled" : Boolean }

YAML

AntennaUplinkConfigArn: String Enabled: Boolean

Properties

AntennaUplinkConfigArn

Defines the ARN of the uplink config to echo back to a dataflow endpoint.

Required: No

Type: String

Update requires: No interruption

Enabled

Whether or not uplink echo is enabled.

Required: No

Type: Boolean

Update requires: No interruption

Examples

Create an UplinkEchoConfig

The following example creates a Ground Station UplinkEchoConfig

JSON

{ "UplinkEchoConfig": { "AntennaUplinkConfigArn": "arn:aws:groundstation:us-east-2:1234567890:config/antenna-uplink/11111111-1111-1111-1111-111111111111", "Enabled": true } }

YAML

UplinkEchoConfig: AntennaUplinkConfigArn: arn:aws:groundstation:us-east-2:1234567890:config/antenna-uplink/11111111-1111-1111-1111-111111111111 Enabled: true