aws.athena.list_application_dpu_sizes
Example SQL Queries
SELECT * FROMaws.athena.list_application_dpu_sizes;Description
Returns the supported DPU sizes for the supported application runtimes (for example, Athena notebook version 1).
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Specifies the maximum number of results to return. | BIGINT |
| next_token Input Column A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call. | 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 |
| application_dpu_sizes A list of the supported DPU sizes that the application runtime supports. | STRUCT( |
Show child fields
| |