Module Values.InputDeviceMediaConnectSettingsSource

Information about the MediaConnect flow attached to the device.

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

    The ARN of the MediaConnect flow.

    *)
  2. roleArn : string option;
    (*

    The ARN for the role that MediaLive assumes to access the attached flow and secret.

    *)
  3. secretArn : string option;
    (*

    The ARN of the secret used to encrypt the stream.

    *)
  4. sourceName : string option;
    (*

    The name of the MediaConnect flow source.

    *)
}
Sourceval make : ?flowArn:??? -> ?roleArn:??? -> ?secretArn:??? -> ?sourceName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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