{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-organization-conformance-pack-status-structure.json", "name": "OrganizationConformancePackStatus", "description": "Returns the status for an organization conformance pack in an organization.", "type": "object", "properties": { "OrganizationConformancePackName": { "allOf": [ { "$ref": "#/components/schemas/OrganizationConformancePackName" }, { "description": "The name that you assign to organization conformance pack." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/OrganizationResourceStatus" }, { "description": "

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:

" } ] }, "ErrorCode": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "An error code that is returned when organization conformance pack creation or deletion has failed in a member account. " } ] }, "ErrorMessage": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "An error message indicating that organization conformance pack creation or deletion failed due to an error. " } ] }, "LastUpdateTime": { "allOf": [ { "$ref": "#/components/schemas/Date" }, { "description": "The timestamp of the last update." } ] } }, "required": [ "OrganizationConformancePackName", "Status" ] }