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

Copy path to clipboard

Source

{ Type = { Gain : Optional Integer, InputChannel : Optional Integer }
, default = { Gain = None Integer, InputChannel = None Integer }
}