aws.servicecatalog_appregistry.list_applications
Example SQL Queries
SELECT * FROMaws.servicecatalog_appregistry.list_applications;Description
Retrieves a list of all of your applications. Results are paginated.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon resource name (ARN) that specifies the application across services. | VARCHAR |
| creation_time The ISO-8601 formatted timestamp of the moment when the application was created. | TIMESTAMP_S |
| description The description of the application. | VARCHAR |
| id The identifier of the application. | VARCHAR |
| last_update_time The ISO-8601 formatted timestamp of the moment when the application was last updated. | TIMESTAMP_S |
| name The name of the application. The name must be unique in the region in which you are creating the application. | VARCHAR |