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

Copy path to clipboard

Source

{ Type =
{ BlackDetectThreshold : Optional Double
, VideoBlackThresholdMsec : Optional Integer
}
, default =
{ BlackDetectThreshold = None Double, VideoBlackThresholdMsec = None Integer }
}