secretsmanager_batch_get_secret_value {paws.security.identity} | R Documentation |
Retrieves the contents of the encrypted fields SecretString or SecretBinary for up to 20 secrets
Description
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.
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 |
Filters |
The filters to choose which secrets to retrieve. You must include
|
MaxResults |
The number of results to include in the response. If there are more results available, in the response, Secrets Manager
includes |
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
|