--- inputType: "CA10__CaAwsDbInstance__c" testData: - file: test-data.json importExtracts: - file: /types/CA10__CaAwsDbInstance__c/object.extracts.yaml conditions: - status: INCOMPLIANT currentStateMessage: "Automated backups are disabled for this DB instance." remediationMessage: "Set the backup retention period to a value greater than 0 days to enable automated backups." check: IS_EQUAL: left: EXTRACT: CA10__backupRetentionPeriod__c right: NUMBER: 0.0 otherwise: status: COMPLIANT currentStateMessage: "Automated backups are enabled for this DB instance."