aws.proton.list_service_instance_outputs
Example SQL Queries
SELECT * FROMaws.proton.list_service_instance_outputsWHERE"service_instance_name" = 'VALUE'AND "service_name" = 'VALUE';Description
Get a list service of instance Infrastructure as Code (IaC) outputs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_instance_name Required Input Column The name of the service instance whose outputs you want. | VARCHAR |
| service_name Required Input Column The name of the service that serviceInstanceName is associated to. | 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 |