aws.proton.get_environment_template
Example SQL Queries
SELECT * FROMaws.proton.get_environment_templateWHERE"name" = 'VALUE';Description
Get detailed data for an environment template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the environment template that you want to get the detailed data for. | 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 |
| environment_template The detailed data of the requested environment template. | STRUCT( |
Show child fields
| |