Values.SrtEncryptionConfigurationSourceContains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.
type nonrec t = {encryptionKey : SecretsManagerEncryptionKeyConfiguration.t;Specifies the encryption key configuration used for encrypting 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 ]