aws.proton.list_environment_templates
Example SQL Queries
SELECT * FROMaws.proton.list_environment_templates;Description
List environment templates.
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) of the environment template. | VARCHAR |
| created_at The time when the environment template was created. | TIMESTAMP_S |
| description A description of the environment template. | VARCHAR |
| display_name The name of the environment template as displayed in the developer interface. | VARCHAR |
| last_modified_at The time when the environment template was last modified. | TIMESTAMP_S |
| name The name of the environment template. | VARCHAR |
| provisioning When included, indicates that the environment template is for customer provisioned and managed infrastructure. | VARCHAR |
| recommended_version The recommended version of the environment template. | VARCHAR |