AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Name | Description | |
---|---|---|
![]() |
APIErrorType |
The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue. |
![]() |
BatchGetSecretValueRequest |
Container for the parameters to the BatchGetSecretValue operation.
Retrieves the contents of the encrypted fields
To choose which secrets to retrieve, you can specify a list of secrets by name or
ARN, or you can use filters. If Secrets Manager encounters errors such as
Secrets Manager generates CloudTrail Required permissions: |
![]() |
BatchGetSecretValueResponse |
This is the response object from the BatchGetSecretValue operation. |
![]() |
CancelRotateSecretRequest |
Container for the parameters to the CancelRotateSecret operation. Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
If you cancel a rotation in progress, it can leave the To turn on automatic rotation again, call RotateSecret. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
CancelRotateSecretResponse |
This is the response object from the CancelRotateSecret operation. |
![]() |
CreateSecretRequest |
Container for the parameters to the CreateSecret operation. Creates a new secret. A secret can be a password, a set of credentials such as a user name and password, an OAuth token, or other secret information that you store in an encrypted form in Secrets Manager. The secret also includes the connection information to access a database or other service, which Secrets Manager doesn't encrypt. A secret in Secrets Manager consists of both the protected secret data and the important information needed to manage the secret. For secrets that use managed rotation, you need to create the secret through the managing service. For more information, see Secrets Manager secrets managed by other Amazon Web Services services. For information about creating a secret in the console, see Create a secret.
To create a secret, you can provide the secret value to be encrypted in either the
For database credentials you want to rotate, for Secrets Manager to be able to rotate
the secret, you must make sure the JSON you store in the
If you don't specify an KMS encryption key, Secrets Manager uses the Amazon Web Services
managed key
If the secret is in a different Amazon Web Services account from the credentials calling
the API, then you can't use
Secrets Manager generates a CloudTrail log entry when you call this action. Do not
include sensitive information in request parameters except Required permissions:
To encrypt the secret with a KMS key other than When you enter commands in a command shell, there is a risk of the command history being accessed or utilities having access to your command parameters. This is a concern if the command includes the value of a secret. Learn how to Mitigate the risks of using command-line tools to store Secrets Manager secrets. |
![]() |
CreateSecretResponse |
This is the response object from the CreateSecret operation. |
![]() |
DecryptionFailureException |
Secrets Manager can't decrypt the protected secret text using the provided KMS key. |
![]() |
DeleteResourcePolicyRequest |
Container for the parameters to the DeleteResourcePolicy operation. Deletes the resource-based permission policy attached to the secret. To attach a policy to a secret, use PutResourcePolicy. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
DeleteResourcePolicyResponse |
This is the response object from the DeleteResourcePolicy operation. |
![]() |
DeleteSecretRequest |
Container for the parameters to the DeleteSecret operation.
Deletes a secret and all of its versions. You can specify a recovery window during
which you can restore the secret. The minimum recovery window is 7 days. The default
recovery window is 30 days. Secrets Manager attaches a You can't delete a primary secret that is replicated to other Regions. You must first delete the replicas using RemoveRegionsFromReplication, and then delete the primary secret. When you delete a replica, it is deleted immediately. You can't directly delete a version of a secret. Instead, you remove all staging labels from the version using UpdateSecretVersionStage. This marks the version as deprecated, and then Secrets Manager can automatically delete the version in the background. To determine whether an application still uses a secret, you can create an Amazon CloudWatch alarm to alert you to any attempts to access a secret during the recovery window. For more information, see Monitor secrets scheduled for deletion. Secrets Manager performs the permanent secret deletion at the end of the waiting period as a background task with low priority. There is no guarantee of a specific time after the recovery window for the permanent delete to occur.
At any time before recovery window ends, you can use RestoreSecret to remove
the When a secret is scheduled for deletion, you cannot retrieve the secret value. You must first cancel the deletion with RestoreSecret and then you can retrieve the secret. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
DeleteSecretResponse |
This is the response object from the DeleteSecret operation. |
![]() |
DescribeSecretRequest |
Container for the parameters to the DescribeSecret operation. Retrieves the details of a secret. It does not include the encrypted secret value. Secrets Manager only returns fields that have a value in the response. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
DescribeSecretResponse |
This is the response object from the DescribeSecret operation. |
![]() |
EncryptionFailureException |
Secrets Manager can't encrypt the protected secret text using the provided KMS key. Check that the KMS key is available, enabled, and not in an invalid state. For more information, see Key state: Effect on your KMS key. |
![]() |
Filter |
Allows you to add filters when you use the search function in Secrets Manager. For more information, see Find secrets in Secrets Manager. |
![]() |
GetRandomPasswordRequest |
Container for the parameters to the GetRandomPassword operation.
Generates a random password. We recommend that you specify the maximum length and
include every character type that the system you are generating a password for can
support. By default, Secrets Manager uses uppercase and lowercase letters, numbers,
and the following characters in passwords: Secrets Manager generates a CloudTrail log entry when you call this action. Required permissions: |
![]() |
GetRandomPasswordResponse |
This is the response object from the GetRandomPassword operation. |
![]() |
GetResourcePolicyRequest |
Container for the parameters to the GetResourcePolicy operation. Retrieves the JSON text of the resource-based policy document attached to the secret. For more information about permissions policies attached to a secret, see Permissions policies attached to a secret. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
GetResourcePolicyResponse |
This is the response object from the GetResourcePolicy operation. |
![]() |
GetSecretValueRequest |
Container for the parameters to the GetSecretValue operation.
Retrieves the contents of the encrypted fields To retrieve the values for a group of secrets, call BatchGetSecretValue. We recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs. For more information, see Cache secrets for your applications.
To retrieve the previous version of a secret, use Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
GetSecretValueResponse |
This is the response object from the GetSecretValue operation. |
![]() |
InternalServiceErrorException |
An error occurred on the server side. |
![]() |
InvalidNextTokenException |
The |
![]() |
InvalidParameterException |
The parameter name or value is invalid. |
![]() |
InvalidRequestException |
A parameter value is not valid for the current state of the resource. Possible causes:
|
![]() |
LimitExceededException |
The request failed because it would exceed one of the Secrets Manager quotas. |
![]() |
ListSecretsRequest |
Container for the parameters to the ListSecrets operation. 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. All Secrets Manager operations are eventually consistent. ListSecrets might not reflect changes from the last five minutes. You can get more recent information for a specific secret by calling DescribeSecret. To list the versions of a secret, use ListSecretVersionIds. To retrieve the values for the secrets, call BatchGetSecretValue or GetSecretValue. For information about finding secrets in the console, see Find secrets in Secrets Manager. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
ListSecretsResponse |
This is the response object from the ListSecrets operation. |
![]() |
ListSecretVersionIdsRequest |
Container for the parameters to the ListSecretVersionIds operation. Lists the versions of a secret. Secrets Manager uses staging labels to indicate the different versions of a secret. For more information, see Secrets Manager concepts: Versions. To list the secrets in the account, use ListSecrets. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
ListSecretVersionIdsResponse |
This is the response object from the ListSecretVersionIds operation. |
![]() |
MalformedPolicyDocumentException |
The resource policy has syntax errors. |
![]() |
PreconditionNotMetException |
The request failed because you did not complete all the prerequisite steps. |
![]() |
PublicPolicyException |
The |
![]() |
PutResourcePolicyRequest |
Container for the parameters to the PutResourcePolicy operation. Attaches a resource-based permission policy to a secret. A resource-based policy is optional. For more information, see Authentication and access control for Secrets Manager For information about attaching a policy in the console, see Attach a permissions policy to a secret. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
PutResourcePolicyResponse |
This is the response object from the PutResourcePolicy operation. |
![]() |
PutSecretValueRequest |
Container for the parameters to the PutSecretValue operation.
Creates a new version with a new encrypted secret value and attaches it to the secret.
The version can contain a new
We recommend you avoid calling
You can specify the staging labels to attach to the new version in
This operation is idempotent. If you call this operation with a
Secrets Manager generates a CloudTrail log entry when you call this action. Do not
include sensitive information in request parameters except Required permissions: When you enter commands in a command shell, there is a risk of the command history being accessed or utilities having access to your command parameters. This is a concern if the command includes the value of a secret. Learn how to Mitigate the risks of using command-line tools to store Secrets Manager secrets. |
![]() |
PutSecretValueResponse |
This is the response object from the PutSecretValue operation. |
![]() |
RemoveRegionsFromReplicationRequest |
Container for the parameters to the RemoveRegionsFromReplication operation. For a secret that is replicated to other Regions, deletes the secret replicas from the Regions you specify. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
RemoveRegionsFromReplicationResponse |
This is the response object from the RemoveRegionsFromReplication operation. |
![]() |
ReplicaRegionType |
A custom type that specifies a |
![]() |
ReplicateSecretToRegionsRequest |
Container for the parameters to the ReplicateSecretToRegions operation. Replicates the secret to a new Regions. See Multi-Region secrets. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
ReplicateSecretToRegionsResponse |
This is the response object from the ReplicateSecretToRegions operation. |
![]() |
ReplicationStatusType |
A replication object consisting of a |
![]() |
ResourceExistsException |
A resource with the ID you requested already exists. |
![]() |
ResourceNotFoundException |
Secrets Manager can't find the resource that you asked for. |
![]() |
RestoreSecretRequest |
Container for the parameters to the RestoreSecret operation.
Cancels the scheduled deletion of a secret by removing the Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
RestoreSecretResponse |
This is the response object from the RestoreSecret operation. |
![]() |
RotateSecretRequest |
Container for the parameters to the RotateSecret operation. Configures and starts the asynchronous process of rotating the secret. For information about rotation, see Rotate secrets in the Secrets Manager User Guide. If you include the configuration parameters, the operation sets the values for the secret and then immediately starts a rotation. If you don't include the configuration parameters, the operation starts a rotation with the values already stored in the secret.
When rotation is successful, the Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
RotateSecretResponse |
This is the response object from the RotateSecret operation. |
![]() |
RotationRulesType |
A structure that defines the rotation configuration for the secret. |
![]() |
SecretListEntry |
A structure that contains the details about a secret. It does not include the encrypted
|
![]() |
SecretsManagerPaginatorFactory |
Paginators for the SecretsManager service |
![]() |
SecretValueEntry |
A structure that contains the secret value and other details for a secret. |
![]() |
SecretVersionsListEntry |
A structure that contains information about one version of a secret. |
![]() |
StopReplicationToReplicaRequest |
Container for the parameters to the StopReplicationToReplica operation. Removes the link between the replica secret and the primary secret and promotes the replica to a primary secret in the replica Region. You must call this operation from the Region in which you want to promote the replica to a primary secret. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
StopReplicationToReplicaResponse |
This is the response object from the StopReplicationToReplica operation. |
![]() |
Tag |
A structure that contains information about a tag. |
![]() |
TagResourceRequest |
Container for the parameters to the TagResource operation. Attaches tags to a secret. Tags consist of a key name and a value. Tags are part of the secret's metadata. They are not associated with specific versions of the secret. This operation appends tags to the existing list of tags. For tag quotas and naming restrictions, see Service quotas for Tagging in the Amazon Web Services General Reference guide. If you use tags as part of your security strategy, then adding or removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
TagResourceResponse |
This is the response object from the TagResource operation. |
![]() |
UntagResourceRequest |
Container for the parameters to the UntagResource operation. Removes specific tags from a secret. This operation is idempotent. If a requested tag is not attached to the secret, no error is returned and the secret metadata is unchanged. If you use tags as part of your security strategy, then removing a tag can change permissions. If successfully completing this operation would result in you losing your permissions for this secret, then the operation is blocked and returns an Access Denied error. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
UntagResourceResponse |
This is the response object from the UntagResource operation. |
![]() |
UpdateSecretRequest |
Container for the parameters to the UpdateSecret operation. Modifies the details of a secret, including metadata and the secret value. To change the secret value, you can also use PutSecretValue. To change the rotation configuration of a secret, use RotateSecret instead. To change a secret so that it is managed by another service, you need to recreate the secret in that service. See Secrets Manager secrets managed by other Amazon Web Services services.
We recommend you avoid calling
If you include
If you call this operation with a
Secrets Manager generates a CloudTrail log entry when you call this action. Do not
include sensitive information in request parameters except Required permissions: When you enter commands in a command shell, there is a risk of the command history being accessed or utilities having access to your command parameters. This is a concern if the command includes the value of a secret. Learn how to Mitigate the risks of using command-line tools to store Secrets Manager secrets. |
![]() |
UpdateSecretResponse |
This is the response object from the UpdateSecret operation. |
![]() |
UpdateSecretVersionStageRequest |
Container for the parameters to the UpdateSecretVersionStage operation. Modifies the staging labels attached to a version of a secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process. Each staging label can be attached to only one version at a time. To add a staging label to a version when it is already attached to another version, Secrets Manager first removes it from the other version first and then attaches it to this one. For more information about versions and staging labels, see Concepts: Version.
The staging labels that you specify in the
You can move the
Whenever you move If this action results in the last label being removed from a version, then the version is considered to be 'deprecated' and can be deleted by Secrets Manager. Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
UpdateSecretVersionStageResponse |
This is the response object from the UpdateSecretVersionStage operation. |
![]() |
ValidateResourcePolicyRequest |
Container for the parameters to the ValidateResourcePolicy operation. Validates that a resource policy does not grant a wide range of principals access to your secret. A resource-based policy is optional for secrets. The API performs three checks when validating the policy:
Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters because it might be logged. For more information, see Logging Secrets Manager events with CloudTrail. Required permissions: |
![]() |
ValidateResourcePolicyResponse |
This is the response object from the ValidateResourcePolicy operation. |
![]() |
ValidationErrorsEntry |
Displays errors that occurred during validation of the resource policy. |
Name | Description | |
---|---|---|
![]() |
IBatchGetSecretValuePaginator |
Paginator for the BatchGetSecretValue operation |
![]() |
IListSecretsPaginator |
Paginator for the ListSecrets operation |
![]() |
IListSecretVersionIdsPaginator |
Paginator for the ListSecretVersionIds operation |
![]() |
ISecretsManagerPaginatorFactory |
Paginators for the SecretsManager service |