aws.codecommit.list_associated_approval_rule_templates_for_repository
Example SQL Queries
SELECT * FROMaws.codecommit.list_associated_approval_rule_templates_for_repositoryWHERE"repository_name" = 'VALUE';Description
Lists all approval rule templates that are associated with a specified repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The name of the repository for which you want to list all associated approval rule templates. | 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 |
| approval_rule_template_names The names of all approval rule templates associated with the repository. | VARCHAR[] |
Show child fields
| |