This operation completes the vault locking process by transitioning the vault lock from the InProgress
state to the Locked
state, which causes the vault lock policy to become unchangeable. A vault lock is put into the InProgress
state by calling initiate_vault_lock
. You can obtain the state of the vault lock by calling get_vault_lock
. For more information about the vault locking process, Amazon Glacier Vault Lock.
See https://www.paws-r-sdk.com/docs/glacier_complete_vault_lock/ for full documentation.
glacier_complete_vault_lock(accountId, vaultName, lockId)
[required] The AccountId
value is the AWS account ID. This value must match the
AWS account ID associated with the credentials used to sign the request.
You can either specify an AWS account ID or optionally a single '-
'
(hyphen), in which case Amazon Glacier uses the AWS account ID
associated with the credentials used to sign the request. If you specify
your account ID, do not include any hyphens ('-') in the ID.
[required] The name of the vault.
[required] The lockId
value is the lock ID obtained from a
initiate_vault_lock
request.