/dhall-aws-cloudformation/cloudformation/AWS::MediaLive::Channel/HlsBasicPutSettings.dhall

Copy path to clipboard

Source

{ Type =
{ ConnectionRetryInterval : Optional Integer
, FilecacheDuration : Optional Integer
, NumRetries : Optional Integer
, RestartDelay : Optional Integer
}
, default =
{ ConnectionRetryInterval = None Integer
, FilecacheDuration = None Integer
, NumRetries = None Integer
, RestartDelay = None Integer
}
}