--- inputType: "CA10__CaAwsAutoScalingGroup__c" importExtracts: - file: "/types/CA10__CaAwsAutoScalingGroup__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "The Auto Scaling group uses a launch configuration." remediationMessage: "Migrate the Auto Scaling group to a launch template." check: NOT_EMPTY: arg: EXTRACT: "CA10__launchConfigurationName__c" otherwise: status: "COMPLIANT" currentStateMessage: "The ASG does not use a launch configuration."