--- policy: /ce/ca/aws/rds/snapshot-old logic: /ce/ca/aws/rds/snapshot-old/prod.logic.yaml executionTime: 2026-06-06T12:03:18.400609354Z generationMs: 39 executionMs: 774 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: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 299 actual: 299 conditionText: expected: extract('CA10__snapshotCreateTime__c').beyondLastDays(90) actual: extract('CA10__snapshotCreateTime__c').beyondLastDays(90) runtimeError: {} - id: '003' match: true status: expected: COMPLIANT actual: COMPLIANT conditionIndex: expected: 300 actual: 300 conditionText: expected: otherwise actual: otherwise runtimeError: {} - id: '004' match: true status: expected: INAPPLICABLE actual: INAPPLICABLE conditionIndex: expected: 199 actual: 199 conditionText: expected: extract('CA10__status__c') != 'available' actual: extract('CA10__status__c') != 'available' runtimeError: {} usedFiles: - path: /ce/ca/aws/rds/snapshot-old/policy.yaml md5Hash: DA148820AC85B916ABB091A5C5AE6308 content: "---\nnames:\n full: AWS RDS Snapshot is 90 days old or more\n contextual:\ \ Snapshot is 90 days old or more\ndescription: \"Consider deleting or archiving\ \ AWS RDS Snapshots that \n are 90 days old or more to reduce storage costs\ \ and manage data lifecycle.\"\ntype: \"COMPLIANCE_POLICY\"\ncategories:\n \ \ - \"COST\"\nframeworkMappings:\n - \"/frameworks/cloudaware/cost-efficiency-and-optimization/waste-reduction\"" - path: /ce/ca/aws/rds/snapshot-old/prod.logic.yaml md5Hash: 7414AD7C6E2D4BC5651E7085938D947D content: | --- 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 state." check: NOT_EQUAL: left: EXTRACT: "CA10__status__c" right: TEXT: "available" - status: "INCOMPLIANT" currentStateMessage: "The RDS snapshot is 90 days old or more." remediationMessage: "Delete or archive the snapshot if it is no longer needed." check: IS_BEYOND_LAST_DAYS: offsetDays: 90 arg: EXTRACT: "CA10__snapshotCreateTime__c" otherwise: status: "COMPLIANT" currentStateMessage: "The RDS snapshot is less than 90 days old." - path: /ce/ca/aws/rds/snapshot-old/test-data.json md5Hash: 85306B34C995EE763E35DBE7860D9FBD content: | [ { "expectedResult": { "status": "DISAPPEARED", "conditionIndex": "99", "conditionText": "isDisappeared(CA10__disappearanceTime__c)", "runtimeError": null }, "context": { "snapshotTime": "2025-07-28T16:54:52Z" }, "Id": "001", "CA10__disappearanceTime__c": "2025-07-19T06:32:28Z", "CA10__status__c": "available", "CA10__snapshotCreateTime__c": "2025-07-10T06:09:43Z" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "299", "conditionText": "extract('CA10__snapshotCreateTime__c').beyondLastDays(90)", "runtimeError": null }, "context": { "snapshotTime": "2025-07-28T16:54:52Z" }, "Id": "002", "CA10__disappearanceTime__c": null, "CA10__status__c": "available", "CA10__snapshotCreateTime__c": "2024-05-28T02:26:58Z" }, { "expectedResult": { "status": "COMPLIANT", "conditionIndex": "300", "conditionText": "otherwise", "runtimeError": null }, "context": { "snapshotTime": "2025-07-28T16:54:52Z" }, "Id": "003", "CA10__disappearanceTime__c": null, "CA10__status__c": "available", "CA10__snapshotCreateTime__c": "2025-07-01T06:09:37Z" }, { "expectedResult": { "status": "INAPPLICABLE", "conditionIndex": "199", "conditionText": "extract('CA10__status__c') != 'available'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-28T16:54:52Z" }, "Id": "004", "CA10__disappearanceTime__c": null, "CA10__status__c": "error", "CA10__snapshotCreateTime__c": "2024-05-28T02:26:58Z" } ] - path: /types/CA10__CaAwsDbSnapshot__c/object.extracts.yaml md5Hash: 76C7D71A88222DC213DE94D7293929A3 content: "---\nextracts:\n# Checkbox\n - name: \"CA10__encrypted__c\"\n value:\n\ \ FIELD:\n path: CA10__encrypted__c\n# Values: automated, manual,\ \ shared, public, awsbackup. Not nullable. Can't have no access retrieved via\ \ rds:DescribeDBSnapshots\n - name: \"CA10__snapshotType__c\"\n value:\n\ \ FIELD:\n path: \"CA10__snapshotType__c\"\n undeterminedIf:\n\ \ isEmpty: \"Corrupted data. Snapshot Type cannot be empty.\"\n# Not\ \ Nullable.\n - name: \"CA10__attributesJson__c\"\n value: \n FIELD:\n\ \ path: \"CA10__attributesJson__c\"\n returnType: BYTES\n \ \ undeterminedIf:\n noAccessDelegate:\n path: \"CA10__attributesJson__c\"\ \n currentStateMessage: \"Unable to determine Snapshot Attributes.\ \ Possible permission issue with rds:DescribeDBSnapshotAttributes.\"\n \ \ isEmpty: \"Snapshot Attributes are not populated yet.\"\n - name: \"\ caJsonFrom__attributesJson__c\"\n value: \n JSON_FROM:\n arg:\n\ \ EXTRACT: \"CA10__attributesJson__c\"\n undeterminedIf:\n \ \ isInvalid: \"Snapshot attributes JSON is invalid\"\n# Not Nullable.\n\ \ - name: \"CA10__snapshotCreateTime__c\"\n value:\n FIELD:\n \ \ path: \"CA10__snapshotCreateTime__c\"\n undeterminedIf:\n \ \ isEmpty: \"Corrupted data. Snapshot Create Time cannot be empty.\"\n# Not\ \ nullable. Can't have no access retrieved via rds:DescribeDBSnapshots\n -\ \ name: \"CA10__status__c\"\n value:\n FIELD:\n path: \"CA10__status__c\"\ \n undeterminedIf:\n isEmpty: \"Corrupted data. Snapshot Status\ \ cannot be empty.\"\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" : "INCOMPLIANT", "conditionIndex" : "299", "conditionText" : "extract('CA10__snapshotCreateTime__c').beyondLastDays(90)", "runtimeError" : null } }, { "Id" : "003", "expectedResult" : { "status" : "COMPLIANT", "conditionIndex" : "300", "conditionText" : "otherwise", "runtimeError" : null } }, { "Id" : "004", "expectedResult" : { "status" : "INAPPLICABLE", "conditionIndex" : "199", "conditionText" : "extract('CA10__status__c') != 'available'", "runtimeError" : null } } ]; """; CREATE TEMP FUNCTION mock_CA10__CaAwsDbSnapshot__c() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "context" : { "snapshotTime" : new Date("2025-07-28T16:54:52Z") }, "CA10__disappearanceTime__c" : new Date("2025-07-19T06:32:28Z"), "CA10__status__c" : "available", "CA10__snapshotCreateTime__c" : new Date("2025-07-10T06:09:43Z"), "Id" : "001" }, { "context" : { "snapshotTime" : new Date("2025-07-28T16:54:52Z") }, "CA10__status__c" : "available", "CA10__snapshotCreateTime__c" : new Date("2024-05-28T02:26:58Z"), "Id" : "002" }, { "context" : { "snapshotTime" : new Date("2025-07-28T16:54:52Z") }, "CA10__status__c" : "available", "CA10__snapshotCreateTime__c" : new Date("2025-07-01T06:09:37Z"), "Id" : "003" }, { "context" : { "snapshotTime" : new Date("2025-07-28T16:54:52Z") }, "CA10__status__c" : "error", "CA10__snapshotCreateTime__c" : new Date("2024-05-28T02:26:58Z"), "Id" : "004" } ]; """; CREATE TEMP FUNCTION process_CA10__CaAwsDbSnapshot__c( obj STRUCT< CA10__disappearanceTime__c TIMESTAMP, CA10__status__c STRING, CA10__snapshotCreateTime__c TIMESTAMP, Id STRING >, snapshotTime TIMESTAMP ) RETURNS STRUCT DETERMINISTIC LANGUAGE js AS r""" var IsEmptyLib = new function () { this.simpleIsEmpty = function(arg) { return arg == null; }; this.simpleIsNotEmpty = function(arg) { return arg != null; }; }(); 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 todayMinus90Day = new Date(snapshotTime.toISOString().substr(0,10)+'T00:00:00.000Z').getTime() + (-90 * 86400000); 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__status__c)) { throw new Error("UNDETERMINED condition:101", {cause: {status: 'UNDETERMINED', conditionIndex: 101, conditionText: "CA10__status__c.isEmpty()", currentStateMessage: "Corrupted data. Snapshot Status cannot be empty.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}}); } return obj.CA10__status__c; } function extract3() { if (!this.out) { this.out = fieldChecked4(); } return this.out; }; references1.push('Status [obj.CA10__status__c]: ' + obj.CA10__status__c); try { if (TextLib.notEqual(extract3.call(extract3), 'available')) { return {status: 'INAPPLICABLE', conditionIndex: 199, conditionText: "extract('CA10__status__c') != 'available'", currentStateMessage: "The snapshot is not in the available state.", 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 fieldChecked7() { if (IsEmptyLib.simpleIsEmpty(obj.CA10__snapshotCreateTime__c)) { throw new Error("UNDETERMINED condition:201", {cause: {status: 'UNDETERMINED', conditionIndex: 201, conditionText: "CA10__snapshotCreateTime__c.isEmpty()", currentStateMessage: "Corrupted data. Snapshot Create Time cannot be empty.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}}); } return obj.CA10__snapshotCreateTime__c; } function extract6() { if (!this.out) { this.out = fieldChecked7(); } return this.out; }; references1.push('Snapshot Create Time [obj.CA10__snapshotCreateTime__c]: ' + obj.CA10__snapshotCreateTime__c); try { if (extract6.call(extract6) != null && extract6.call(extract6).getTime() < todayMinus90Day) { return {status: 'INCOMPLIANT', conditionIndex: 299, conditionText: "extract('CA10__snapshotCreateTime__c').beyondLastDays(90)", currentStateMessage: "The RDS snapshot is 90 days old or more.", currentStateReferences: references1.join('\n'), remediation: "Delete or archive the snapshot if it is no longer needed.", runtimeError: null}; } } catch (err) { if (err.cause && err.cause.status) { return err.cause; } else { throw err; } } return {status: 'COMPLIANT', conditionIndex: 300, conditionText: "otherwise", currentStateMessage: "The RDS snapshot is less than 90 days old.", 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__status__c AS CA10__status__c, sObject.CA10__snapshotCreateTime__c AS CA10__snapshotCreateTime__c, sObject.Id AS Id, process_CA10__CaAwsDbSnapshot__c( STRUCT( sObject.CA10__disappearanceTime__c AS CA10__disappearanceTime__c, sObject.CA10__status__c AS CA10__status__c, sObject.CA10__snapshotCreateTime__c AS CA10__snapshotCreateTime__c, sObject.Id AS Id ), sObject.context.snapshotTime ) as result FROM UNNEST(mock_CA10__CaAwsDbSnapshot__c()) AS sObject ) sObject ON sObject.Id = expectedResult.Id;