aws.proton.get_service_instance
Example SQL Queries
SELECT * FROMaws.proton.get_service_instanceWHERE"name" = 'VALUE'AND "service_name" = 'VALUE';Description
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of a service instance that you want to get the detailed data for. | VARCHAR |
| service_name Required Input Column The name of the service that you want the service instance input for. | 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 |
| service_instance The detailed data of the requested service instance. | STRUCT( |
Show child fields
| |