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

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

Syntax

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