aws.config.describe_organization_conformance_pack_statuses
Example SQL Queries
SELECT * FROMaws.config.describe_organization_conformance_pack_statuses;Description
Provides organization conformance pack deployment status for an organization.
The status is not considered successful until organization conformance pack 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 conformance pack names. They are only applicable, when you request all the organization conformance packs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_conformance_pack_names Input Column The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs. | 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 conformance pack creation or deletion has failed in a member account. | VARCHAR |
| error_message An error message indicating that organization conformance pack creation or deletion failed due to an error. | VARCHAR |
| last_update_time The timestamp of the last update. | TIMESTAMP_S |
| organization_conformance_pack_name The name that you assign to organization conformance pack. | VARCHAR |
| status Indicates deployment status of an organization conformance pack. When management account calls PutOrganizationConformancePack for the first time, conformance pack status is created in all the member accounts. When management account calls PutOrganizationConformancePack for the second time, conformance pack status is updated in all the member accounts. Additionally, conformance pack status is updated when one or more member accounts join or leave an organization. Conformance pack status is deleted when the management account deletes OrganizationConformancePack in all the member accounts and disables service access for config-multiaccountsetup.amazonaws.com. Config sets the state of the conformance pack to:
| VARCHAR |