This is the new AWS 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 AWS CloudFormation template, use the following syntax:
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