aws.codecommit.get_approval_rule_template
Example SQL Queries
SELECT * FROMaws.codecommit.get_approval_rule_templateWHERE"approval_rule_template_name" = 'VALUE';Description
Returns information about a 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 get information. | 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 The content and structure of the approval rule template. | STRUCT( |
Show child fields
| |