aws.codecommit.get_repository_triggers
Example SQL Queries
SELECT * FROMaws.codecommit.get_repository_triggersWHERE"repository_name" = 'VALUE';Description
Gets information about triggers configured for a repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The name of the repository for which the trigger is configured. | 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 |
| configuration_id The system-generated unique ID for the trigger. | VARCHAR |
| triggers The JSON block of configuration information for each trigger. | STRUCT( |
Show child fields
| |