--- inputType: "CA10__CaAwsEcsService__c" testData: - file: "test-data.json" importExtracts: - file: "/types/CA10__CaAwsEcsService__c/object.extracts.yaml" conditions: - status: "INAPPLICABLE" currentStateMessage: "The service is not active." check: NOT_EQUAL: left: EXTRACT: "CA10__status__c" right: TEXT: "ACTIVE" - status: "INCOMPLIANT" currentStateMessage: "The ECS service is configured to automatically assign public IP addresses." remediationMessage: "Update the service network configuration to disable auto-assign public IP." check: IS_EQUAL: left: EXTRACT: "CA10__assignPublicIp__c" right: TEXT: "Enabled" - status: "COMPLIANT" currentStateMessage: "The ECS service is configured not to assign public IP addresses." check: IS_EQUAL: left: EXTRACT: "CA10__assignPublicIp__c" right: TEXT: "Disabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected values in the field."