{ "$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:

" } ] }, "StackArn": { "allOf": [ { "$ref": "#/components/schemas/StackArn" }, { "description": "Amazon Resource Name (ARN) of CloudFormation stack. " } ] }, "ConformancePackStatusReason": { "allOf": [ { "$ref": "#/components/schemas/ConformancePackStatusReason" }, { "description": "The reason of conformance pack creation failure." } ] }, "LastUpdateRequestedTime": { "allOf": [ { "$ref": "#/components/schemas/Date" }, { "description": "Last time when conformation pack creation and update was requested." } ] }, "LastUpdateCompletedTime": { "allOf": [ { "$ref": "#/components/schemas/Date" }, { "description": "Last time when conformation pack creation and update was successful." } ] } }, "required": [ "ConformancePackName", "ConformancePackId", "ConformancePackArn", "ConformancePackState", "StackArn", "LastUpdateRequestedTime" ] }