{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-conformance-pack-status-detail-structure.json", "name": "ConformancePackStatusDetail", "description": "Status details of a conformance pack.", "type": "object", "properties": { "ConformancePackName": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackName" }, { "description": "Name of the conformance pack." } ] }, "ConformancePackId": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackId" }, { "description": "ID of the conformance pack." } ] }, "ConformancePackArn": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackArn" }, { "description": "Amazon Resource Name (ARN) of comformance pack." } ] }, "ConformancePackState": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackState" }, { "description": "
Indicates deployment status of conformance pack.
Config sets the state of the conformance pack to:
CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.
CREATE_COMPLETE when a conformance pack has been successfully created in your account.
CREATE_FAILED when a conformance pack creation failed in your account.
DELETE_IN_PROGRESS when a conformance pack deletion is in progress.
DELETE_FAILED when a conformance pack deletion failed in your account.