aws.proton.list_service_instance_provisioned_resources
Example SQL Queries
SELECT * FROMaws.proton.list_service_instance_provisioned_resourcesWHERE"service_instance_name" = 'VALUE'AND "service_name" = 'VALUE';Description
List provisioned resources for a service instance with details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_instance_name Required Input Column The name of the service instance whose provisioned resources you want. | VARCHAR |
| service_name Required Input Column The name of the service that serviceInstanceName is associated to. | 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 |