Lists the secrets that are stored by Secrets Manager in the Amazon Web Services account, not including secrets that are marked for deletion. To see secrets marked for deletion, use the Secrets Manager console.
See https://www.paws-r-sdk.com/docs/secretsmanager_list_secrets/ for full documentation.
secretsmanager_list_secrets(
IncludePlannedDeletion = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL,
SortOrder = NULL
)
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included.
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
list_secrets
again with the value from
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
list_secrets
again with this value.
The filters to apply to the list of secrets.
Secrets are listed by CreatedDate
.