aws.codecommit.list_repositories_for_approval_rule_template
Example SQL Queries
SELECT * FROMaws.codecommit.list_repositories_for_approval_rule_templateWHERE"approval_rule_template_name" = 'VALUE';Description
Lists all repositories associated with the specified approval rule template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| approval_rule_template_name Required Input Column The name of the approval rule template for which you want to list repositories that are associated with that template. | VARCHAR |
| max_results Input Column A non-zero, non-negative integer used to limit the number of returned results. | BIGINT |
| next_token Input Column An enumeration token that allows the operation to batch the next results of the operation. | 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 |
| repository_names A list of repository names that are associated with the specified approval rule template. | VARCHAR[] |
Show child fields
| |