aws.athena.get_prepared_statement
Example SQL Queries
SELECT * FROMaws.athena.get_prepared_statementWHERE"statement_name" = 'VALUE'AND "work_group" = 'VALUE';Description
Retrieves the prepared statement with the specified name from the specified workgroup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| statement_name Required Input Column The name of the prepared statement to retrieve. | VARCHAR |
| work_group Required Input Column The workgroup to which the statement to be retrieved belongs. | 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 |
| prepared_statement The name of the prepared statement that was retrieved. | STRUCT( |
Show child fields
| |