Retrieves the contents of the encrypted fields SecretString or SecretBinary for up to 20 secrets
Source:R/secretsmanager_operations.R
secretsmanager_batch_get_secret_value.RdRetrieves the contents of the encrypted fields SecretString or SecretBinary for up to 20 secrets. To retrieve a single secret, call get_secret_value.
See https://www.paws-r-sdk.com/docs/secretsmanager_batch_get_secret_value/ for full documentation.
Usage
secretsmanager_batch_get_secret_value(
SecretIdList = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- SecretIdList
The ARN or names of the secrets to retrieve. You must include
FiltersorSecretIdList, but not both.- Filters
The filters to choose which secrets to retrieve. You must include
FiltersorSecretIdList, but not both.- MaxResults
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes
NextToken. To get the next results, callbatch_get_secret_valueagain with the value fromNextToken. To use this parameter, you must also use theFiltersparameter.- NextToken
A token that indicates where the output should continue from, if a previous call did not show all results. To get the next results, call
batch_get_secret_valueagain with this value.