/dhall-aws-cloudformation/cloudformation/AWS::MediaLive::Channel/AudioChannelMapping.dhall
Copy path to clipboardSource
{ Type =
{ InputChannelLevels : Optional (List (./InputChannelLevel.dhall).Type)
, OutputChannel : Optional Integer
}
, default =
{ InputChannelLevels = None (List (./InputChannelLevel.dhall).Type)
, OutputChannel = None Integer
}
}