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

The address of the endpoint, such as 192.168.1.1.

Syntax

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