Values.SrtDecryptionConfigurationSourceContains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
type nonrec t = {encryptionKey : SecretsManagerEncryptionKeyConfiguration.t;Specifies the encryption key configuration used for decrypting SRT streams, including the key source and associated credentials.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of SecretArn.t ]) list ])
list ]