AWS::GroundStation::Config UplinkEchoConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GroundStation::Config UplinkEchoConfig

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

Syntax

To declare this entity in your Amazon 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

Pattern: ^(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()$

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