aws.config.describe_organization_config_rule_statuses
Example SQL Queries
SELECT * FROMaws.config.describe_organization_config_rule_statuses;Description
Provides organization Config rule deployment status for an organization.
The status is not considered successful until organization Config rule is successfully deployed in all the member accounts with an exception of excluded accounts.
When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_config_rule_names Input Column The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules. | VARCHAR[] |
Show child fields
| |
| _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 |
| error_code An error code that is returned when organization Config rule creation or deletion has failed. | VARCHAR |
| error_message An error message indicating that organization Config rule creation or deletion failed due to an error. | VARCHAR |
| last_update_time The timestamp of the last update. | TIMESTAMP_S |
| organization_config_rule_name The name that you assign to organization Config rule. | VARCHAR |
| organization_rule_status Indicates deployment status of an organization Config rule. When management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in all the member accounts. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in all the member accounts. Additionally, Config rule status is updated when one or more member accounts join or leave an organization. Config rule status is deleted when the management account deletes OrganizationConfigRule in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com. Config sets the state of the rule to:
| VARCHAR |