Hi, I have datbricks on AWS, I created some secrets in AWS Secrets Manger, I would need to create the scopes based on AWS secrets manager.
When I use Azure's Key Vault, when creating the scope, it uses the option -scope-backend-type AZURE_KEYVAULT, but I didn't find it for AWS.
How would I create a scope with which to read the secrets from AWS Secrets Manager?, or would it only be possible via Python code?
Thanks.