View source: R/secretsmanager_operations.R
secretsmanager_list_secrets | R Documentation |
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
)
IncludePlannedDeletion |
Specifies whether to include secrets scheduled for deletion. By default, secrets scheduled for deletion aren't included. |
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
|
Filters |
The filters to apply to the list of secrets. |
SortOrder |
Secrets are listed by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.