AWS::GroundStation::DataflowEndpointGroup ConnectionDetails
Egress address of AgentEndpoint with an optional mtu.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Mtu" :
Integer
, "SocketAddress" :SocketAddress
}
YAML
Mtu:
Integer
SocketAddress:SocketAddress
Properties
Mtu
-
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
Required: No
Type: Integer
Update requires: No interruption
SocketAddress
-
A socket address.
Required: No
Type: SocketAddress
Update requires: No interruption