Puppet Task: secretsmanager_aws_list_secret_version_ids
- Defined in:
-
tasks/secretsmanager_aws_list_secret_version_ids.json,
tasks/secretsmanager_aws_list_secret_version_ids.rb
Overview
Lists all of the versions attached to the specified secret. The output does not include the SecretString or SecretBinary fields. By default, the list includes only versions that have at least one staging label in VersionStage attached. Always check the NextToken response parameter when calling any of the List* operations. These operations can occasionally return an empty or shorter than expected list of results even when there are more results available. When this happens, the NextToken response parameter contains a value to pass to the next call to the same API to request the next part of the list. Minimum permissions To run this command, you must have the following permissions: secretsmanager:ListSecretVersionIds Related operations To list the secrets in an account, use ListSecrets.