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
Source:R/glacier_operations.R
glacier_complete_vault_lock.RdThis 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.
Arguments
- accountId
[required] The
AccountIdvalue 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.- vaultName
[required] The name of the vault.
- lockId
[required] The
lockIdvalue is the lock ID obtained from ainitiate_vault_lockrequest.