AWS::GroundStation::Config DataflowEndpointConfig - 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 DataflowEndpointConfig

Provides information to AWS Ground Station about which IP endpoints to use during a contact.

Syntax

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

JSON

{ "DataflowEndpointName" : String, "DataflowEndpointRegion" : String }

Properties

DataflowEndpointName

The name of the dataflow endpoint to use during contacts.

Required: No

Type: String

Update requires: No interruption

DataflowEndpointRegion

The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.

Required: No

Type: String

Update requires: No interruption

Examples

Create a DataflowEndpointConfig

The following example creates a Ground Station DataflowEndpointConfig

JSON

{ "DataflowEndpointConfig": { "DataflowEndpointName": "Downlink Demod Decode", "DataflowEndpointRegion": "us-east-2" } }

YAML

DataflowEndpointConfig: DataflowEndpointName: "Downlink Demod Decode" DataflowEndpointRegion: "us-east-2"