aws.proton.list_component_outputs
Example SQL Queries
SELECT * FROMaws.proton.list_component_outputsWHERE"component_name" = 'VALUE';Description
Get a list of component Infrastructure as Code (IaC) outputs.
For more information about components, see Proton components in the Proton User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| component_name Required Input Column The name of the component whose outputs you want. | 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 |