Amazon QLDB · Example Payload

Amazon Qldb Create Ledger Request Example

BlockchainDatabaseLedger

Amazon Qldb Create Ledger Request Example is an example object payload from Amazon QLDB, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameTagsPermissionsModeDeletionProtectionKmsKey

Example Payload

Raw ↑
{
  "Name": "my-ledger",
  "Tags": "example-Tags",
  "PermissionsMode": "example-PermissionsMode",
  "DeletionProtection": "example-DeletionProtection",
  "KmsKey": "abc123"
}