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

Copy path to clipboard

Source

{ Type =
{ InputChannelLevels : Optional (List (./InputChannelLevel.dhall).Type)
, OutputChannel : Optional Integer
}
, default =
{ InputChannelLevels = None (List (./InputChannelLevel.dhall).Type)
, OutputChannel = None Integer
}
}