aws.config.get_custom_rule_policy
Example SQL Queries
SELECT * FROMaws.config.get_custom_rule_policy;Description
Returns the policy definition containing the logic for your Config Custom Policy rule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| config_rule_name Input Column The name of your Config Custom Policy rule. | 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 |
| policy_text The policy definition containing the logic for your Config Custom Policy rule. | VARCHAR |