Learn R Programming

paws.security.identity (version 0.7.0)

secretsmanager_batch_get_secret_value: 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 or SecretIdList, but not both.

Filters

The filters to choose which secrets to retrieve. You must include Filters or SecretIdList, 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, call batch_get_secret_value again with the value from NextToken. To use this parameter, you must also use the Filters parameter.

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_value again with this value.