aws.codecommit.list_approval_rule_templates
Example SQL Queries
SELECT * FROMaws.codecommit.list_approval_rule_templates;Description
Lists all approval rule templates in the specified Amazon Web Services Region in your Amazon Web Services account. If an Amazon Web Services Region is not specified, the Amazon Web Services Region where you are signed in is used.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 the approval rule templates found in the Amazon Web Services Region for your Amazon Web Services account. | VARCHAR[] |
Show child fields
| |