aws-secretsmanager-secret-value-current
Secrets Manager deliberately stores arbitrary secret material and returns the selected version to authorized callers.
Where it sits
| location | GetSecretValue.SecretString / SecretBinary |
| location kind | secret_value |
| data kinds | credential password api_key access_key secret_key oauth_token private_key connection_string sensitive_data |
| emits edge | CanReadSecret |
| service | Secrets Manager (aws:secretsmanager) |
Collection recipe
| access mode | read_api |
| operation | GetSecretValue |
| response path | SecretString / SecretBinary |
| encoding | string |
| params | {"SecretId": "\u003csecret-id\u003e", "VersionStage": "AWSCURRENT"} |
Required permissions
secretsmanager:GetSecretValue
References