aws.serverlessrepo.list_application_versions
Example SQL Queries
SELECT * FROMaws.serverlessrepo.list_application_versionsWHERE"application_id" = 'VALUE';Description
Lists versions for the specified application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application Amazon Resource Name (ARN). | 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 |
| creation_time The date and time this resource was created. | VARCHAR |
| semantic_version The semantic version of the application: | VARCHAR |
| source_code_url A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit. | VARCHAR |