Data retrieval APIs for AWS Secrets Manager
AWS Secrets Manager provides the following APIs for data retrieval.
| Actions | Description | Access level |
|---|---|---|
| BatchGetSecretValue | Retrieve and decrypt a list of secrets | List |
| DescribeSecret | Retrieve the metadata about a secret, but not the encrypted data | Read |
| GetRandomPassword | Generate a random string for use in password creation | Read |
| GetResourcePolicy | Get the resource policy attached to a secret | Read |
| GetSecretValue | Retrieve and decrypt the encrypted data | Read |
| ListSecretVersionIds | List the available versions of a secret | Read |
| ListSecrets | List the available secrets | List |