--- policy: /ce/ca/aws/elb/load-balancer-deletion-protection logic: /ce/ca/aws/elb/load-balancer-deletion-protection/prod.logic.yaml executionTime: 2026-02-10T22:32:53.406193798Z generationMs: 64 executionMs: 683 rows: - id: '001' match: true status: expected: DISAPPEARED actual: DISAPPEARED conditionIndex: expected: 99 actual: 99 conditionText: expected: isDisappeared(CA10__disappearanceTime__c) actual: isDisappeared(CA10__disappearanceTime__c) runtimeError: {} - id: '002' match: true status: expected: INAPPLICABLE actual: INAPPLICABLE conditionIndex: expected: 199 actual: 199 conditionText: expected: extract('CA10__type__c') != 'application' && extract('CA10__type__c') != 'gateway' && extract('CA10__type__c') != 'network' actual: extract('CA10__type__c') != 'application' && extract('CA10__type__c') != 'gateway' && extract('CA10__type__c') != 'network' runtimeError: {} - id: '003' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 299 actual: 299 conditionText: expected: "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled:\ \ false')" actual: "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled:\ \ false')" runtimeError: {} - id: '004' match: true status: expected: COMPLIANT actual: COMPLIANT conditionIndex: expected: 399 actual: 399 conditionText: expected: "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled:\ \ true')" actual: "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled:\ \ true')" runtimeError: {} usedFiles: - path: /ce/ca/aws/elb/load-balancer-deletion-protection/policy.yaml md5Hash: DEE7F91CAF7D8D4DBD6D39AECBD8A6CA content: "---\nnames:\n full: \"AWS ELB Load Balancer Deletion Protection is\ \ disabled\"\n contextual: \"Load Balancer Deletion Protection is disabled\"\ \ndescription: >\n Ensure that deletion protection is enabled for your Application,\ \ Network, and \n Gateway Load Balancers. This feature prevents your load balancer\ \ from being \n accidentally deleted, which could lead to significant service\ \ interruptions.\ntype: \"COMPLIANCE_POLICY\"\ncategories:\n - \"RELIABILITY\"\ \nframeworkMappings:\n - \"/frameworks/cloudaware/resource-reliability/system-configuration\"\ \n - \"/frameworks/aws-fsbp-v1.0.0/elb/06\"\nsimilarPolicies:\n awsSecurityHub:\n\ \ - name: \"[ELB.6] Application, Gateway, and Network Load Balancers should\ \ have deletion protection enabled\"\n url: \"https://docs.aws.amazon.com/securityhub/latest/userguide/elb-controls.html#elb-6\"\ \n cloudConformity:\n - url: https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/ELBv2/deletion-protection.html\n\ \ name: ELBv2 Elastic Load Balancing Deletion Protection\n - url: https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/ELBv2/enable-gwlb-deletion-protection.html\n\ \ name: Enable Deletion Protection" - path: /ce/ca/aws/elb/load-balancer-deletion-protection/prod.logic.yaml md5Hash: 0117D65C0F31F5EE1257898D40FDE72E content: | --- inputType: "CA10__CaAwsLoadBalancer__c" importExtracts: - file: "/types/CA10__CaAwsLoadBalancer__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INAPPLICABLE" currentStateMessage: "Deletion protection only supports Application, Network, and Gateway Load Balancers." check: AND: args: - NOT_EQUAL: left: EXTRACT: "CA10__type__c" right: TEXT: "application" - NOT_EQUAL: left: EXTRACT: "CA10__type__c" right: TEXT: "gateway" - NOT_EQUAL: left: EXTRACT: "CA10__type__c" right: TEXT: "network" - status: "INCOMPLIANT" currentStateMessage: "Load balancer deletion protection is not enabled." remediationMessage: "Enable load balancer deletion protection." check: CONTAINS: arg: EXTRACT: "caSetFrom_additionalAttributes__c" search: TEXT: "deletion_protection.enabled: false" - status: "COMPLIANT" currentStateMessage: "Load balancer deletion protection is enabled." check: CONTAINS: arg: EXTRACT: "caSetFrom_additionalAttributes__c" search: TEXT: "deletion_protection.enabled: true" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field." - path: /ce/ca/aws/elb/load-balancer-deletion-protection/test-data.json md5Hash: 534F415D8CB9CECA73E94909295681AA content: | [ { "expectedResult": { "status": "DISAPPEARED", "conditionIndex": "99", "conditionText": "isDisappeared(CA10__disappearanceTime__c)", "runtimeError": null }, "context": { "snapshotTime": "2026-01-07T07:54:04Z" }, "CA10__disappearanceTime__c": "2025-12-29T17:28:56Z", "CA10__type__c": "classic", "CA10__additionalAttributes__c": "elb.http.desyncmitigationmode: defensive", "Id": "001", "RecordTypeId": "RT_001", "RecordType": { "Id": "RT_001" } }, { "expectedResult": { "status": "INAPPLICABLE", "conditionIndex": "199", "conditionText": "extract('CA10__type__c') != 'application' && extract('CA10__type__c') != 'gateway' && extract('CA10__type__c') != 'network'", "runtimeError": null }, "context": { "snapshotTime": "2026-01-07T07:54:04Z" }, "CA10__disappearanceTime__c": null, "CA10__type__c": "classic", "CA10__additionalAttributes__c": "elb.http.desyncmitigationmode: defensive", "Id": "002", "RecordTypeId": "RT_001", "RecordType": { "Id": "RT_001" } }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "299", "conditionText": "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled: false')", "runtimeError": null }, "context": { "snapshotTime": "2026-01-07T07:54:04Z" }, "CA10__disappearanceTime__c": null, "CA10__type__c": "application", "CA10__additionalAttributes__c": "access_logs.s3.enabled: true\nrouting.http.drop_invalid_header_fields.enabled: false\nhealth_check_logs.s3.prefix: \nconnection_logs.s3.enabled: false\naccess_logs.s3.prefix: prefix\nrouting.http2.enabled: false\nwaf.fail_open.enabled: false\nrouting.http.xff_client_port.enabled: false\nclient_keep_alive.seconds: 3600\nhealth_check_logs.s3.bucket: \nconnection_logs.s3.bucket: \ndeletion_protection.enabled: false\naccess_logs.s3.bucket: bucket\nload_balancing.cross_zone.enabled: true\nzonal_shift.config.enabled: false\nrouting.http.preserve_host_header.enabled: false\nrouting.http.x_amzn_tls_version_and_cipher_suite.enabled: false\nconnection_logs.s3.prefix: \nidle_timeout.timeout_seconds: 3600\nhealth_check_logs.s3.enabled: false\nrouting.http.xff_header_processing.mode: append\nrouting.http.desync_mitigation_mode: defensive", "Id": "003", "RecordTypeId": "RT_001", "RecordType": { "Id": "RT_001" } }, { "expectedResult": { "status": "COMPLIANT", "conditionIndex": "399", "conditionText": "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled: true')", "runtimeError": null }, "context": { "snapshotTime": "2026-01-07T07:54:04Z" }, "CA10__disappearanceTime__c": null, "CA10__type__c": "application", "CA10__additionalAttributes__c": "access_logs.s3.enabled: false\nrouting.http.drop_invalid_header_fields.enabled: true\nhealth_check_logs.s3.prefix: \nconnection_logs.s3.enabled: false\naccess_logs.s3.prefix: \nrouting.http2.enabled: true\nwaf.fail_open.enabled: false\nrouting.http.xff_client_port.enabled: false\nclient_keep_alive.seconds: 3600\nhealth_check_logs.s3.bucket: \nconnection_logs.s3.bucket: \ndeletion_protection.enabled: true\naccess_logs.s3.bucket: \nload_balancing.cross_zone.enabled: true\nzonal_shift.config.enabled: false\nrouting.http.preserve_host_header.enabled: false\nrouting.http.x_amzn_tls_version_and_cipher_suite.enabled: false\nconnection_logs.s3.prefix: \nidle_timeout.timeout_seconds: 60\nhealth_check_logs.s3.enabled: false\nrouting.http.xff_header_processing.mode: append\nrouting.http.desync_mitigation_mode: defensive", "Id": "004", "RecordTypeId": "RT_001", "RecordType": { "Id": "RT_001" } } ] - path: /types/CA10__CaAwsLoadBalancer__c/object.extracts.yaml md5Hash: 9895F1EB30DFD8DDB6D571F452C5A7DE content: "---\nextracts:\n # The subnets for the load balancer.\n # Type: Array\ \ of AvailabilityZone objects\n # Required: No\n # \n # apparently it could\ \ be empty according to documentation, but I don't believe so and can't find\ \ any LB without AZs\n - name: CA10__availabilityZones__c\n value: \n \ \ FIELD:\n path: CA10__availabilityZones__c\n undeterminedIf:\n\ \ isEmpty: Corrupted data. Availability zones should always present\n\ \ - name: caSetFrom_availabilityZones__c\n value: \n SET_FROM:\n \ \ separator: \"\\n\"\n arg:\n EXTRACT: CA10__availabilityZones__c\n\ # Checkbox for Classic load balancer record type.\n - name: CA10__crossZoneLoadBalancing__c\n\ \ value: \n FIELD:\n path: CA10__crossZoneLoadBalancing__c\n\ # Values: classic | application | network | gateway. Not nullable\n - name:\ \ CA10__type__c\n value: \n FIELD:\n path: CA10__type__c\n \ \ undeterminedIf:\n isEmpty: \"Corrupted data. Load Balancer Type\ \ cannot be empty.\"\n - name: CA10__additionalAttributes__c\n value: \n\ \ FIELD:\n path: CA10__additionalAttributes__c\n - name: caSetFrom_additionalAttributes__c\n\ \ value: \n SET_FROM:\n separator: \"\\n\"\n arg:\n \ \ EXTRACT: CA10__additionalAttributes__c\n# Checkbox.\n - name: CA10__accessLogsEnabled__c\n\ \ value: \n FIELD:\n path: CA10__accessLogsEnabled__c\n# Number.\n\ \ - name: CA10__requestCountOneMonth__c\n value: \n FIELD:\n \ \ path: CA10__requestCountOneMonth__c\n# Date/Time.\n - name: CA10__createdTime__c\n\ \ value: \n FIELD:\n path: CA10__createdTime__c\n# Checkbox.\n\ \ - name: CA10__connectionDrainingEnabled__c\n value: \n FIELD:\n \ \ path: CA10__connectionDrainingEnabled__c\n" script: |- CREATE TEMP FUNCTION mock_ExpectedResult() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "Id" : "001", "expectedResult" : { "status" : "DISAPPEARED", "conditionIndex" : "99", "conditionText" : "isDisappeared(CA10__disappearanceTime__c)", "runtimeError" : null } }, { "Id" : "002", "expectedResult" : { "status" : "INAPPLICABLE", "conditionIndex" : "199", "conditionText" : "extract('CA10__type__c') != 'application' && extract('CA10__type__c') != 'gateway' && extract('CA10__type__c') != 'network'", "runtimeError" : null } }, { "Id" : "003", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "299", "conditionText" : "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled: false')", "runtimeError" : null } }, { "Id" : "004", "expectedResult" : { "status" : "COMPLIANT", "conditionIndex" : "399", "conditionText" : "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled: true')", "runtimeError" : null } } ]; """; CREATE TEMP FUNCTION mock_CA10__CaAwsLoadBalancer__c() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "context" : { "snapshotTime" : new Date("2026-01-07T07:54:04Z") }, "CA10__disappearanceTime__c" : new Date("2025-12-29T17:28:56Z"), "CA10__type__c" : "classic", "CA10__additionalAttributes__c" : "elb.http.desyncmitigationmode: defensive", "Id" : "001", "RecordTypeId" : "RT_001" }, { "context" : { "snapshotTime" : new Date("2026-01-07T07:54:04Z") }, "CA10__type__c" : "classic", "CA10__additionalAttributes__c" : "elb.http.desyncmitigationmode: defensive", "Id" : "002", "RecordTypeId" : "RT_001" }, { "context" : { "snapshotTime" : new Date("2026-01-07T07:54:04Z") }, "CA10__type__c" : "application", "CA10__additionalAttributes__c" : "access_logs.s3.enabled: true\nrouting.http.drop_invalid_header_fields.enabled: false\nhealth_check_logs.s3.prefix: \nconnection_logs.s3.enabled: false\naccess_logs.s3.prefix: prefix\nrouting.http2.enabled: false\nwaf.fail_open.enabled: false\nrouting.http.xff_client_port.enabled: false\nclient_keep_alive.seconds: 3600\nhealth_check_logs.s3.bucket: \nconnection_logs.s3.bucket: \ndeletion_protection.enabled: false\naccess_logs.s3.bucket: bucket\nload_balancing.cross_zone.enabled: true\nzonal_shift.config.enabled: false\nrouting.http.preserve_host_header.enabled: false\nrouting.http.x_amzn_tls_version_and_cipher_suite.enabled: false\nconnection_logs.s3.prefix: \nidle_timeout.timeout_seconds: 3600\nhealth_check_logs.s3.enabled: false\nrouting.http.xff_header_processing.mode: append\nrouting.http.desync_mitigation_mode: defensive", "Id" : "003", "RecordTypeId" : "RT_001" }, { "context" : { "snapshotTime" : new Date("2026-01-07T07:54:04Z") }, "CA10__type__c" : "application", "CA10__additionalAttributes__c" : "access_logs.s3.enabled: false\nrouting.http.drop_invalid_header_fields.enabled: true\nhealth_check_logs.s3.prefix: \nconnection_logs.s3.enabled: false\naccess_logs.s3.prefix: \nrouting.http2.enabled: true\nwaf.fail_open.enabled: false\nrouting.http.xff_client_port.enabled: false\nclient_keep_alive.seconds: 3600\nhealth_check_logs.s3.bucket: \nconnection_logs.s3.bucket: \ndeletion_protection.enabled: true\naccess_logs.s3.bucket: \nload_balancing.cross_zone.enabled: true\nzonal_shift.config.enabled: false\nrouting.http.preserve_host_header.enabled: false\nrouting.http.x_amzn_tls_version_and_cipher_suite.enabled: false\nconnection_logs.s3.prefix: \nidle_timeout.timeout_seconds: 60\nhealth_check_logs.s3.enabled: false\nrouting.http.xff_header_processing.mode: append\nrouting.http.desync_mitigation_mode: defensive", "Id" : "004", "RecordTypeId" : "RT_001" } ]; """; CREATE TEMP FUNCTION mock_RecordType() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "context" : { "snapshotTime" : new Date("2026-01-07T07:54:04Z") }, "Id" : "RT_001" } ]; """; CREATE TEMP FUNCTION process_CA10__CaAwsLoadBalancer__c( obj STRUCT< CA10__disappearanceTime__c TIMESTAMP, CA10__type__c STRING, CA10__additionalAttributes__c STRING, Id STRING, RecordTypeId STRING, RecordType STRUCT< Id STRING > >, snapshotTime TIMESTAMP ) RETURNS STRUCT DETERMINISTIC LANGUAGE js AS r""" var BytesLib = new function () { this.normalize = function(arg) { return arg == null ? '' : arg; }; this.isEmpty = function(arg) { return this.normalize(arg) == ''; }; this.isNotEmpty = function(arg) { return this.normalize(arg) != ''; }; this.equal = function(left, right) { return this.normalize(left) == this.normalize(right); }; this.notEqual = function(left, right) { return this.normalize(left) != this.normalize(right); }; this.startsWith = function(arg, substring) { return this.normalize(arg).startsWith(this.normalize(substring)); }; this.endsWith = function(arg, substring) { return this.normalize(arg).endsWith(this.normalize(substring)); }; this.contains = function(arg, substring) { return this.normalize(arg).includes(this.normalize(substring)); }; this.containsAll = function(arg, substrings) { if (substrings == null || substrings.length === 0) return false; let normalizedArg = this.normalize(arg); return substrings.every(sub => normalizedArg.includes(this.normalize(sub))); }; this.containsAny = function(arg, substrings) { if (substrings == null || substrings.length === 0) return false; let normalizedArg = this.normalize(arg); return substrings.some(sub => normalizedArg.includes(this.normalize(sub))); }; }(); var CollectionLib = new function () { this.parse = function(arg, separator, skipEmpty, skipDuplicates, sort, normalize) { if (arg == null) return []; let parts = arg.split(separator); return this.fromArray(parts, skipEmpty, skipDuplicates, sort, normalize); }; this.fromArray = function(arr, skipEmpty, skipDuplicates, sort, normalize) { if (arr == null) return []; let result = []; let seen = new Set(); arr.forEach(el => { let normalized = normalize ? TextLib.normalize(el) : BytesLib.normalize(el); if (!skipEmpty || (normalize ? TextLib.isNotEmpty(el) : BytesLib.isNotEmpty(el))) { if (!skipDuplicates || !seen.has(normalized)) { if (skipDuplicates) seen.add(normalized); result.push(normalized); } } }); if (sort) result.sort(); return result; }; this.equal = function(left, right) { left = left == null ? [] : left; right = right == null ? [] : right; if (left.length !== right.length) return false; for (let i = 0; i < left.length; i++) { if (left[i] !== right[i]) return false; } return true; }; this.notEqual = function(left, right) { return !this.equal(left, right); }; this.size = function(collection) { return collection == null ? 0 : collection.length; }; this.startsWith = function(collection, search, normalize) { if (collection == null || collection.length === 0) return false; let normalizedSearch = normalize ? TextLib.normalize(search) : BytesLib.normalize(search); return collection[0] === normalizedSearch; }; this.endsWith = function(collection, search, normalize) { if (collection == null || collection.length === 0) return false; let normalizedSearch = normalize ? TextLib.normalize(search) : BytesLib.normalize(search); return collection[collection.length - 1] === normalizedSearch; }; this.contains = function(collection, search, normalize) { if (collection == null || collection.length === 0) return false; return collection.includes(normalize ? TextLib.normalize(search) : BytesLib.normalize(search)); }; this.containsAll = function(collection, searchArray, normalize) { if (collection == null || collection.length === 0 || searchArray == null || searchArray.length === 0) return false; return searchArray.every(search => collection.includes(normalize ? TextLib.normalize(search) : BytesLib.normalize(search))); }; this.containsAny = function(collection, searchArray, normalize) { if (collection == null || collection.length === 0 || searchArray == null || searchArray.length === 0) return false; return searchArray.some(search => collection.includes(normalize ? TextLib.normalize(search) : BytesLib.normalize(search))); }; }(); var TextLib = new function () { this.normalize = function(arg) { return arg == null ? '' : arg.replace(/\s+/g, ' ').trim().toLowerCase(); }; this.isEmpty = function(arg) { return this.normalize(arg) == ''; }; this.isNotEmpty = function(arg) { return this.normalize(arg) != ''; }; this.equal = function(left, right) { return this.normalize(left) == this.normalize(right); }; this.notEqual = function(left, right) { return this.normalize(left) != this.normalize(right); }; this.startsWith = function(arg, substring) { return this.normalize(arg).startsWith(this.normalize(substring)); }; this.endsWith = function(arg, substring) { return this.normalize(arg).endsWith(this.normalize(substring)); }; this.contains = function(arg, substring) { return this.normalize(arg).includes(this.normalize(substring)); }; this.containsAll = function(arg, substrings) { if (substrings == null || substrings.length === 0) return false; let normalizedArg = this.normalize(arg); return substrings.every(sub => normalizedArg.includes(this.normalize(sub))); }; this.containsAny = function(arg, substrings) { if (substrings == null || substrings.length === 0) return false; let normalizedArg = this.normalize(arg); return substrings.some(sub => normalizedArg.includes(this.normalize(sub))); }; }(); var references1 = []; // condition[0], conditionIndex:[0..99] references1.push('Deleted From AWS [CA10__disappearanceTime__c]: ' + obj.CA10__disappearanceTime__c); if (obj.CA10__disappearanceTime__c != null) { return {status: 'DISAPPEARED', conditionIndex: 99, conditionText: "isDisappeared(CA10__disappearanceTime__c)", currentStateMessage: "Object is deleted in the source", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}; } // condition[1], conditionIndex:[100..199] function fieldChecked4() { if (TextLib.isEmpty(obj.CA10__type__c)) { throw new Error("UNDETERMINED condition:101", {cause: {status: 'UNDETERMINED', conditionIndex: 101, conditionText: "CA10__type__c.isEmpty()", currentStateMessage: "Corrupted data. Load Balancer Type cannot be empty.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}}); } return obj.CA10__type__c; } function extract3() { if (!this.out) { this.out = fieldChecked4(); } return this.out; }; references1.push('Type [obj.CA10__type__c]: ' + obj.CA10__type__c); try { if (TextLib.notEqual(extract3.call(extract3), 'application') && TextLib.notEqual(extract3.call(extract3), 'gateway') && TextLib.notEqual(extract3.call(extract3), 'network')) { return {status: 'INAPPLICABLE', conditionIndex: 199, conditionText: "extract('CA10__type__c') != 'application' && extract('CA10__type__c') != 'gateway' && extract('CA10__type__c') != 'network'", currentStateMessage: "Deletion protection only supports Application, Network, and Gateway Load Balancers.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}; } } catch (err) { if (err.cause && err.cause.status) { return err.cause; } else { throw err; } } // condition[2], conditionIndex:[200..299] function extract10() { if (!this.out) { this.out = obj.CA10__additionalAttributes__c; } return this.out; }; function extract8() { if (!this.out) { this.out = CollectionLib.parse(extract10.call(extract10), '\n', true, true, true, true); } return this.out; }; references1.push('Additional Attributes [obj.CA10__additionalAttributes__c]: ' + obj.CA10__additionalAttributes__c); if (CollectionLib.contains(extract8.call(extract8), 'deletion_protection.enabled: false', true)) { return {status: 'INCOMPLIANT', conditionIndex: 299, conditionText: "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled: false')", currentStateMessage: "Load balancer deletion protection is not enabled.", currentStateReferences: references1.join('\n'), remediation: "Enable load balancer deletion protection.", runtimeError: null}; } // condition[3], conditionIndex:[300..399] function extract16() { if (!this.out) { this.out = obj.CA10__additionalAttributes__c; } return this.out; }; function extract14() { if (!this.out) { this.out = CollectionLib.parse(extract16.call(extract16), '\n', true, true, true, true); } return this.out; }; if (CollectionLib.contains(extract14.call(extract14), 'deletion_protection.enabled: true', true)) { return {status: 'COMPLIANT', conditionIndex: 399, conditionText: "extract('caSetFrom_additionalAttributes__c').contains('deletion_protection.enabled: true')", currentStateMessage: "Load balancer deletion protection is enabled.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}; } return {status: 'UNDETERMINED', conditionIndex: 400, conditionText: "otherwise", currentStateMessage: "Unexpected value in the field.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}; """; SELECT expectedResult.Id as Id, IF ( IFNULL(expectedResult.expectedResult.status, '') = IFNULL(sObject.result.status, '') AND IFNULL(expectedResult.expectedResult.conditionIndex, -1) = IFNULL(sObject.result.conditionIndex, -1) AND IFNULL(expectedResult.expectedResult.conditionText, '') = IFNULL(sObject.result.conditionText, '') AND IFNULL(expectedResult.expectedResult.runtimeError, '') = IFNULL(sObject.result.runtimeError, ''), "MATCH", "FAIL" ) as match, expectedResult.expectedResult.status as expectedStatus, sObject.result.status as actualStatus, expectedResult.expectedResult.conditionIndex as expectedConditionIndex, sObject.result.conditionIndex as actualConditionIndex, expectedResult.expectedResult.conditionText as expectedConditionText, sObject.result.conditionText as actualConditionText, expectedResult.expectedResult.runtimeError as expectedRuntimeError, sObject.result.runtimeError as actualRuntimeError FROM UNNEST(mock_ExpectedResult()) expectedResult LEFT JOIN ( SELECT sObject.CA10__disappearanceTime__c AS CA10__disappearanceTime__c, sObject.CA10__type__c AS CA10__type__c, sObject.CA10__additionalAttributes__c AS CA10__additionalAttributes__c, sObject.Id AS Id, sObject.RecordTypeId AS RecordTypeId, STRUCT ( `RecordType`.Id AS Id ) AS RecordType, process_CA10__CaAwsLoadBalancer__c( STRUCT( sObject.CA10__disappearanceTime__c AS CA10__disappearanceTime__c, sObject.CA10__type__c AS CA10__type__c, sObject.CA10__additionalAttributes__c AS CA10__additionalAttributes__c, sObject.Id AS Id, sObject.RecordTypeId AS RecordTypeId, STRUCT ( `RecordType`.Id AS Id ) AS RecordType ), sObject.context.snapshotTime ) as result FROM UNNEST(mock_CA10__CaAwsLoadBalancer__c()) AS sObject LEFT JOIN UNNEST(mock_RecordType()) AS `RecordType` ON sObject.RecordTypeId = `RecordType`.Id ) sObject ON sObject.Id = expectedResult.Id;