aws.proton.list_environment_outputs
Example SQL Queries
SELECT * FROMaws.proton.list_environment_outputsWHERE"environment_name" = 'VALUE';Description
List the infrastructure as code outputs for your environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_name Required Input Column The environment name. | VARCHAR |
| deployment_id Input Column The ID of the deployment whose outputs you want. | 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 |
| key The output key. | VARCHAR |
| value_string The output value. | VARCHAR |