glacier_complete_vault_lock: This operation completes the vault locking process by...

View source: R/glacier_operations.R

glacier_complete_vault_lockR 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

Description

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.

Usage

glacier_complete_vault_lock(accountId, vaultName, lockId)

Arguments

accountId

[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.

vaultName

[required] The name of the vault.

lockId

[required] The lockId value is the lock ID obtained from a initiate_vault_lock request.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.