Module Values.SrtCallerDecryptionRequestSource

Complete these parameters only if the content is encrypted.

Sourcetype nonrec t = {
  1. algorithm : Algorithm.t option;
    (*

    The algorithm used to encrypt content.

    *)
  2. passphraseSecretArn : string option;
    (*

    The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. This secret holds the passphrase that MediaLive will use to decrypt the source content.

    *)
}
Sourceval make : ?algorithm:??? -> ?passphraseSecretArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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