AWS::GroundStation::Config UplinkEchoConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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:012345678910:config/antenna-uplink/11111111-1111-1111-1111-111111111111", "Enabled": true } }

YAML

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