aws.lakeformation.describe_transaction
Example SQL Queries
SELECT * FROMaws.lakeformation.describe_transactionWHERE"transaction_id" = 'VALUE';Description
Returns the details of a single transaction.
Table Definition
| Column Name | Column Data Type |
|---|---|
| transaction_id Required Input Column The transaction for which to return status. | 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_description Returns a TransactionDescription object containing information about the transaction. | STRUCT( |
Show child fields
| |