View source: R/qldb_operations.R
qldb_update_ledger | R Documentation |
Updates properties on a ledger.
See https://www.paws-r-sdk.com/docs/qldb_update_ledger/ for full documentation.
qldb_update_ledger(Name, DeletionProtection = NULL, KmsKey = NULL)
Name |
[required] The name of the ledger. |
DeletionProtection |
Specifies whether the ledger is protected from being deleted by any
user. If not defined during ledger creation, this feature is enabled
( If deletion protection is enabled, you must first disable it before you
can delete the ledger. You can disable it by calling the
|
KmsKey |
The key in Key Management Service (KMS) to use for encryption of data at rest in the ledger. For more information, see Encryption at rest in the Amazon QLDB Developer Guide. Use one of the following options to specify this parameter:
To specify a customer managed KMS key, you can use its key ID, Amazon
Resource Name (ARN), alias name, or alias ARN. When using an alias name,
prefix it with For example:
For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.