aws.config.get_organization_custom_rule_policy
Example SQL Queries
SELECT * FROMaws.config.get_organization_custom_rule_policyWHERE"organization_config_rule_name" = 'VALUE';Description
Returns the policy definition containing the logic for your organization Config Custom Policy rule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_config_rule_name Required Input Column The name of your organization 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 organization Config Custom Policy rule. | VARCHAR |