--- inputType: "CA10__CaAwsDistribution__c" importExtracts: - file: "/types/CA10__CaAwsDistribution__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "Standard logging is not enabled for the CloudFront distribution." remediationMessage: "Enable standard logging for the CloudFront distribution." check: IS_EQUAL: left: EXTRACT: "CA10__loggingEnabled__c" right: BOOLEAN: false otherwise: status: "COMPLIANT" currentStateMessage: "Standard logging is enabled for the CloudFront distribution."