BasicAuth
Configuration for HTTP Basic Authentication using credentials stored in AWS Secrets Manager. The secret must contain a JSON object with username and password string fields. Username allows alphanumeric characters and @._+=- symbols (pattern: ^[a-zA-Z0-9@._+=\-]+$). Password allows alphanumeric characters and @._+=-!#$%&* symbols (pattern: ^[a-zA-Z0-9@._+=\-!#$%&*]+$). Both fields have a maximum length of 256 characters.
Contents
- secretArn
-
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing proxy credentials. The secret must be a JSON object with
usernameandpasswordstring fields that meet validation requirements. The caller must havesecretsmanager:GetSecretValuepermission for this ARN. Example secret format:{"username": "proxy_user", "password": "secure_password"}Type: String
Pattern:
arn:aws:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: