--- inputType: "CA10A1__CaAwsDataSyncTask__c" importExtracts: - file: /types/CA10A1__CaAwsDataSyncTask__c/object.extracts.yaml testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "DataSync task logging is not enabled." remediationMessage: "Configure a CloudWatch log group for the DataSync task." check: IS_EMPTY: arg: EXTRACT: "CA10A1__cloudWatchLogGroupArn__c" - status: "INCOMPLIANT" currentStateMessage: "DataSync task logging has been deleted or does not exist in the CMDB." remediationMessage: "Confirm that a CloudWatch log group is configured for the DataSync task." check: IS_EMPTY_LOOKUP: "CA10A1__cloudWatchLogGroup__r" otherwise: status: "COMPLIANT" currentStateMessage: "DataSync task logging is enabled."