--- inputType: "CA10__CaAwsDbInstance__c" testData: - file: test-data.json importExtracts: - file: /types/CA10__CaAwsDbInstance__c/object.extracts.yaml conditions: - status: "COMPLIANT" currentStateMessage: "RDS instance storage encryption is enabled." check: IS_EQUAL: left: EXTRACT: CA10__storageEncrypted__c right: BOOLEAN: true otherwise: status: "INCOMPLIANT" currentStateMessage: "RDS instance storage encryption is disabled." remediationMessage: "Enable RDS instance storage encryption."