aws.proton.get_service_sync_blocker_summary
Example SQL Queries
SELECT * FROMaws.proton.get_service_sync_blocker_summaryWHERE"service_name" = 'VALUE';Description
Get detailed data for the service sync blocker summary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_name Required Input Column The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked. | VARCHAR |
| service_instance_name Input Column The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked. | 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_sync_blocker_summary The detailed data of the requested service sync blocker summary. | STRUCT( |
Show child fields
| |