--- inputType: "CA10__CaAwsDbSnapshot__c" importExtracts: - file: "/types/CA10__CaAwsDbSnapshot__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INAPPLICABLE" currentStateMessage: "The snapshot is not in the available status." check: NOT_EQUAL: left: EXTRACT: "CA10__status__c" right: TEXT: "available" - status: "INAPPLICABLE" currentStateMessage: "The RDS snapshot is not encrypted." remediationMessage: "Create an encrypted copy of the snapshot and delete the original." check: NOT: arg: EXTRACT: "CA10__encrypted__c" otherwise: status: "COMPLIANT" currentStateMessage: "The snapshot is encrypted."