Module Values.MediaLiveInputRouterOutputConfigurationSource

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

Sourcetype nonrec t = {
  1. mediaLiveInputArn : MediaLiveInputArn.t option;
    (*

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

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

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

    *)
  3. destinationTransitEncryption : MediaLiveTransitEncryption.t;
    (*

    The encryption configuration for the MediaLive input when connected to this router output.

    *)
}
Sourceval context_ : string
Sourceval make : ?mediaLiveInputArn:??? -> ?mediaLivePipelineId:??? -> destinationTransitEncryption:MediaLiveTransitEncryption.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MediaLiveInputArn.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