/dhall-aws-cloudformation/cloudformation/AWS::EC2::LaunchTemplate/ConnectionTrackingSpecification.dhall

Copy path to clipboard

Source

{ Type =
{ TcpEstablishedTimeout : Optional Integer
, UdpStreamTimeout : Optional Integer
, UdpTimeout : Optional Integer
}
, default =
{ TcpEstablishedTimeout = None Integer
, UdpStreamTimeout = None Integer
, UdpTimeout = None Integer
}
}