Values.ChannelDestinationConfigurationSourceObject specifying a channel as a destination.
type nonrec t = {channelArn : ChannelArn.t;ARN of the channel to use for broadcasting. The channel and stage resources must be in the same AWS account and region. The channel must be offline (not broadcasting).
*)encoderConfigurationArn : EncoderConfigurationArn.t option;ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
*)}