aws.config.get_organization_config_rule_detailed_status
Example SQL Queries
SELECT * FROMaws.config.get_organization_config_rule_detailed_statusWHERE"organization_config_rule_name" = 'VALUE';Description
Returns detailed status for each member account within an organization for a given organization Config rule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_config_rule_name Required Input Column The name of your organization Config rule for which you want status details for member accounts. | VARCHAR |
| filters Input Column A StatusDetailFilters object. | STRUCT( |
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 |
| account_id The 12-digit account ID of a member account. | VARCHAR |
| config_rule_name The name of Config rule deployed in the member account. | VARCHAR |
| error_code An error code that is returned when Config rule creation or deletion failed in the member account. | VARCHAR |
| error_message An error message indicating that Config rule account creation or deletion has failed due to an error in the member account. | VARCHAR |
| last_update_time The timestamp of the last status update. | TIMESTAMP_S |
| member_account_rule_status Indicates deployment status for Config rule in the member account. When management account calls PutOrganizationConfigRule action for the first time, Config rule status is created in the member account. When management account calls PutOrganizationConfigRule action for the second time, Config rule status is updated in the member account. Config rule status is deleted when the management account deletes OrganizationConfigRule and disables service access for config-multiaccountsetup.amazonaws.com. Config sets the state of the rule to:
| VARCHAR |