aws.appintegrations.list_applications
Example SQL Queries
SELECT * FROMaws.appintegrations.list_applications;Description
Lists applications in the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| arn The Amazon Resource Name (ARN) of the Application. | VARCHAR |
| created_time The time when the application was created. | TIMESTAMP_S |
| id A unique identifier for the Application. | VARCHAR |
| last_modified_time The time when the application was last modified. | TIMESTAMP_S |
| name The name of the application. | VARCHAR |
| namespace The namespace of the application. | VARCHAR |