Values.SecretsManagerEncryptionKeyConfigurationSourceThe configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.
type nonrec t = {secretArn : SecretArn.t;The ARN of the Secrets Manager secret used for transit encryption.
*)roleArn : RoleArn.t;The ARN of the IAM role assumed by MediaConnect to access the Secrets Manager secret.
*)}