amazonaws.com

Amazon Web Services Secrets Manager Amazon Web Services Secrets Manager provides a service to enable you to store, manage, and retrieve, secrets. This guide provides descriptions of the Secrets Manager API. For more information about using this service, see the <a href

🔑 oauth2 22 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
<p>Lists the secrets that are stored by Secrets Manager in the Amazon Web Ser…
curl \
  -H "Authorization: $API_KEY" \
  http://secretsmanager.us-east-1.amazonaws.com/#X-Amz-Target=secretsmanager.ListSecrets
<p>Attaches tags to a secret. Tags consist of a key name and a value. Tags ar…
curl \
  -H "Authorization: $API_KEY" \
  http://secretsmanager.us-east-1.amazonaws.com/#X-Amz-Target=secretsmanager.TagResource
Endpoints (22 total)
POST
/#X-Amz-Target=secretsmanager.ListSecrets
<p>Lists the secrets that are stored by Secrets Manager in the Amazon Web Ser…
POST
/#X-Amz-Target=secretsmanager.TagResource
<p>Attaches tags to a secret. Tags consist of a key name and a value. Tags ar…
POST
/#X-Amz-Target=secretsmanager.CreateSecret
<p>Creates a new secret. A <i>secret</i> can be a password, a set of credenti…
POST
/#X-Amz-Target=secretsmanager.DeleteSecret
<p>Deletes a secret and all of its versions. You can specify a recovery windo…
POST
/#X-Amz-Target=secretsmanager.RotateSecret
<p>Configures and starts the asynchronous process of rotating the secret. For…
POST
/#X-Amz-Target=secretsmanager.UpdateSecret
<p>Modifies the details of a secret, including metadata and the secret value.…
POST
/#X-Amz-Target=secretsmanager.RestoreSecret
<p>Cancels the scheduled deletion of a secret by removing the <code>DeletedDa…
POST
/#X-Amz-Target=secretsmanager.UntagResource
<p>Removes specific tags from a secret.</p> <p>This operation is idempotent. …
POST
/#X-Amz-Target=secretsmanager.DescribeSecret
<p>Retrieves the details of a secret. It does not include the encrypted secre…
POST
/#X-Amz-Target=secretsmanager.GetSecretValue
<p>Retrieves the contents of the encrypted fields <code>SecretString</code> o…
POST
/#X-Amz-Target=secretsmanager.PutSecretValue
<p>Creates a new version with a new encrypted secret value and attaches it to…
POST
/#X-Amz-Target=secretsmanager.GetRandomPassword
<p>Generates a random password. We recommend that you specify the maximum len…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints22
Authoauth2
Categories1
http://secretsmanager.us-east-1.amazonaws.com