aws.qldb.get_digest
Example SQL Queries
SELECT * FROMaws.qldb.get_digestWHERE"name" = 'VALUE';Description
Returns the digest of a ledger at the latest committed block in the journal. The response includes a 256-bit hash value and a block address.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the ledger. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| digest The 256-bit hash value representing the digest returned by a GetDigest request. | BLOB |
| digest_tip_address The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo. | STRUCT( |
Show child fields
| |