Module Values.MediaConnectFlowRouterInputConfigurationSource

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

Sourcetype nonrec t = {
  1. flowArn : FlowArn.t option;
    (*

    The ARN of the flow to connect to.

    *)
  2. flowOutputArn : FlowOutputArn.t option;
    (*

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

    *)
  3. sourceTransitDecryption : FlowTransitEncryption.t;
    (*

    The decryption configuration for the flow source when connected to this router input.

    *)
}
Sourceval context_ : string
Sourceval make : ?flowArn:??? -> ?flowOutputArn:??? -> sourceTransitDecryption:FlowTransitEncryption.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FlowArn.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