{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-get-compliance-details-by-resource-request-structure.json", "name": "GetComplianceDetailsByResourceRequest", "description": "

", "type": "object", "properties": { "ResourceType": { "allOf": [ { "$ref": "#/components/schemas/StringWithCharLimit256" }, { "description": "The type of the Amazon Web Services resource for which you want compliance information." } ] }, "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/BaseResourceId" }, { "description": "The ID of the Amazon Web Services resource for which you want compliance information." } ] }, "ComplianceTypes": { "allOf": [ { "$ref": "#/components/schemas/ComplianceTypes" }, { "description": "

Filters the results by compliance.

INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

" } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The nextToken string returned on a previous page that you use to get the next page of results in a paginated response." } ] }, "ResourceEvaluationId": { "allOf": [ { "$ref": "#/components/schemas/ResourceEvaluationId" }, { "description": "

The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.

You need to only provide either a ResourceEvaluationID or a ResourceID and ResourceType.

" } ] } } }