aws.codeconnections.get_sync_blocker_summary
Example SQL Queries
SELECT * FROMaws.codeconnections.get_sync_blocker_summaryWHERE"sync_type" = 'VALUE'AND "resource_name" = 'VALUE';Description
Returns a list of the most recent sync blockers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_name Required Input Column The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository. | VARCHAR |
| sync_type Required Input Column The sync type for the sync blocker summary. | 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
| |
| sync_blocker_summary The list of sync blockers for a specified resource. | STRUCT( |
Show child fields
| |