aws.proton.list_environment_template_versions
Example SQL Queries
SELECT * FROMaws.proton.list_environment_template_versionsWHERE"template_name" = 'VALUE';Description
List major or minor versions of an environment template with detail data.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The name of the environment template. | VARCHAR |
| major_version Input Column The latest major version that's associated with the version of an environment template. | 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 |
| arn The Amazon Resource Name (ARN) of the version of an environment template. | VARCHAR |
| created_at The time when the version of an environment template was created. | TIMESTAMP_S |
| description A description of the version of an environment template. | VARCHAR |
| last_modified_at The time when the version of an environment template was last modified. | TIMESTAMP_S |
| minor_version The version of an environment template. | VARCHAR |
| recommended_minor_version The recommended minor version of the environment template. | VARCHAR |
| status The status of the version of an environment template. | VARCHAR |
| status_message The status message of the version of an environment template. | VARCHAR |