--- inputType: "CA10A1__CaAwsAthenaWorkGroup__c" importExtracts: - file: "/types/CA10A1__CaAwsAthenaWorkGroup__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "CloudWatch metrics are not enabled for the Athena workgroup." remediationMessage: "Enable CloudWatch metrics for the Athena workgroup." check: IS_EQUAL: left: EXTRACT: "CA10A1__configPublishCloudWatchMetrics__c" right: TEXT: "Disabled" - status: "COMPLIANT" currentStateMessage: "CloudWatch metrics are enabled for the Athena workgroup." check: IS_EQUAL: left: EXTRACT: "CA10A1__configPublishCloudWatchMetrics__c" right: TEXT: "Enabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unable to determine the CloudWatch metrics status for the Athena workgroup."