aws.managedblockchain_query.get_transaction
Example SQL Queries
SELECT * FROMaws.managedblockchain_query.get_transactionWHERE"network" = 'VALUE';Description
Gets the details of a transaction.
This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
Table Definition
| Column Name | Column Data Type |
|---|---|
| network Required Input Column The blockchain network where the transaction occurred. | VARCHAR |
| transaction_hash Input Column The hash of a transaction. It is generated when a transaction is created. | VARCHAR |
| transaction_id Input Column The identifier of a Bitcoin transaction. It is generated when a transaction is created. transactionId is only supported on the Bitcoin networks. | 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 |
| transaction Contains the details of the transaction. | STRUCT( |
Show child fields
| |