Retrieves 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.
secretsmanager_batch_get_secret_value(
SecretIdList = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
The ARN or names of the secrets to retrieve. You must include Filters
or SecretIdList
, but not both.
The filters to choose which secrets to retrieve. You must include
Filters
or SecretIdList
, but not both.
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, call
batch_get_secret_value
again
with the value from NextToken
. To use this parameter, you must also
use the Filters
parameter.
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_value
again
with this value.