Module Values.MediaLiveChannelRouterInputConfigurationSource

Configuration settings for connecting a router input to a MediaLive channel output.

Sourcetype nonrec t = {
  1. mediaLiveChannelArn : MediaLiveChannelArn.t option;
    (*

    The ARN of the MediaLive channel to connect to this router input.

    *)
  2. mediaLivePipelineId : MediaLiveChannelPipelineId.t option;
    (*

    The index of the MediaLive pipeline to connect to this router input.

    *)
  3. mediaLiveChannelOutputName : String_.t option;
    (*

    The name of the MediaLive channel output to connect to this router input.

    *)
  4. sourceTransitDecryption : MediaLiveTransitEncryption.t;
}
Sourceval context_ : string
Sourceval make : ?mediaLiveChannelArn:??? -> ?mediaLivePipelineId:??? -> ?mediaLiveChannelOutputName:??? -> sourceTransitDecryption:MediaLiveTransitEncryption.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MediaLiveChannelArn.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) 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