/dhall-aws-cloudformation/cloudformation/AWS::GroundStation::DataflowEndpointGroup/ConnectionDetails.dhall

Copy path to clipboard

Source

{ Type =
{ Mtu : Optional Integer
, SocketAddress : Optional (./SocketAddress.dhall).Type
}
, default =
{ Mtu = None Integer, SocketAddress = None (./SocketAddress.dhall).Type }
}