View source: R/glacier_operations.R
glacier_complete_vault_lock | R Documentation |
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)
accountId |
[required] The |
vaultName |
[required] The name of the vault. |
lockId |
[required] The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.