Module Values.ChannelDestinationConfigurationSource

Object specifying a channel as a destination.

Sourcetype nonrec t = {
  1. 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).

    *)
  2. encoderConfigurationArn : EncoderConfigurationArn.t option;
    (*

    ARN of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.

    *)
}
Sourceval context_ : string
Sourceval make : ?encoderConfigurationArn:??? -> channelArn:ChannelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ChannelArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t