aws.proton.list_service_pipeline_provisioned_resources
Example SQL Queries
SELECT * FROMaws.proton.list_service_pipeline_provisioned_resourcesWHERE"service_name" = 'VALUE';Description
List provisioned resources for a service and pipeline with details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_name Required Input Column The name of the service whose pipeline's provisioned resources 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 |
| identifier The provisioned resource identifier. | VARCHAR |
| name The provisioned resource name. | VARCHAR |
| provisioning_engine The resource provisioning engine. At this time, CLOUDFORMATION can be used for Amazon Web Services-managed provisioning, and TERRAFORM can be used for self-managed provisioning. For more information, see Self-managed provisioning in the Proton User Guide. | VARCHAR |