AWS::GroundStation::DataflowEndpointGroup SocketAddress - 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).

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

AWS::GroundStation::DataflowEndpointGroup SocketAddress

The address of the endpoint, such as 192.168.1.1.

Syntax

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

JSON

{ "Name" : String, "Port" : Integer }

YAML

Name: String Port: Integer

Properties

Name

The name of the endpoint, such as Endpoint 1.

Required: No

Type: String

Update requires: Replacement

Port

The port of the endpoint, such as 55888.

Required: No

Type: Integer

Update requires: Replacement

Examples

Create a SocketAddress

The following example creates a Ground Station SocketAddress

JSON

{ "Address": { "Name": "172.10.0.2", "Port": 44720 } }

YAML

Address: Name: 172.10.0.2 Port: 44720