aws.m2.get_application_version
Example SQL Queries
SELECT * FROMaws.m2.get_application_versionWHERE"application_id" = 'VALUE'AND "application_version" = 'VALUE';Description
Returns details about a specific version of a specific application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier of the application. | VARCHAR |
| application_version Required Input Column The specific version of the application. | BIGINT |
| _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 timestamp when the application version was created. | TIMESTAMP_S |
| definition_content The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application. | VARCHAR |
| description The application description. | VARCHAR |
| name The name of the application version. | VARCHAR |
| status The status of the application version. | VARCHAR |
| status_reason The reason for the reported status. | VARCHAR |