Values.BasicAuthConfigurationSourceInformation about the basic authentication credentials used to configure a plugin.
type nonrec t = {secretArn : SecretArn.t;The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
*)roleArn : RoleArn.t;The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
*)}