aws.emr_serverless.list_applications
Example SQL Queries
SELECT * FROMaws.emr_serverless.list_applications;Description
Lists applications based on a set of parameters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| states Input Column An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state. | VARCHAR[] |
Show child fields
| |
| _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 |
| architecture The CPU architecture of an application. | VARCHAR |
| arn The ARN of the application. | VARCHAR |
| created_at The date and time when the application was created. | TIMESTAMP_S |
| id The ID of the application. | VARCHAR |
| name The name of the application. | VARCHAR |
| release_label The Amazon EMR release associated with the application. | VARCHAR |
| state The state of the application. | VARCHAR |
| state_details The state details of the application. | VARCHAR |
| type The type of application, such as Spark or Hive. | VARCHAR |
| updated_at The date and time when the application was last updated. | TIMESTAMP_S |