Values.MediaConnectRouterOutputDestinationSettingsSourceMediaConnect Router Output Destination Settings
type nonrec t = {encryptionType : MediaConnectRouterOutputEncryptionType.t option;Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.
*)secretArn : string option;ARN of the secret used to encrypt this input. Used only with the SECRETS_MANAGER encryption type.
*)}