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

Copy path to clipboard

Source

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