View source: R/secretsmanager_operations.R
secretsmanager_batch_get_secret_value | R Documentation |
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
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.