--- policy: /ce/ca/aws/redshift/cluster-snapshot-retention logic: /ce/ca/aws/redshift/cluster-snapshot-retention/prod.logic.yaml executionTime: 2026-06-06T12:03:21.093018162Z generationMs: 42 executionMs: 1095 rows: - id: '001' match: true status: expected: COMPLIANT actual: COMPLIANT conditionIndex: expected: 299 actual: 299 conditionText: expected: extract('CA10__automatedSnapshotRetentionPeriod__c') > number(0.0) actual: extract('CA10__automatedSnapshotRetentionPeriod__c') > number(0.0) runtimeError: {} - id: '002' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 300 actual: 300 conditionText: expected: otherwise actual: otherwise runtimeError: {} - id: '002' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 300 actual: 300 conditionText: expected: otherwise actual: otherwise runtimeError: {} usedFiles: - path: /ce/ca/aws/redshift/cluster-snapshot-retention/policy.yaml md5Hash: D04CA27E92E2DF911291ADB3C8692983 content: "---\nnames:\n full: \"AWS Redshift Cluster Automated Snapshot Retention\ \ Period is not set\"\n contextual: \"Cluster Automated Snapshot Retention\ \ Period is not set\"\ndescription: >\n Ensure that automated snapshots are\ \ enabled for Amazon Redshift clusters by setting \n a retention period greater\ \ than 0. Automated snapshots provide a reliable mechanism \n for data protection\ \ and point-in-time recovery.\ntype: \"COMPLIANCE_POLICY\"\ncategories:\n -\ \ \"SECURITY\"\nframeworkMappings:\n - \"/frameworks/cloudaware/resource-security/data-protection-and-recovery\"\ \n - \"/frameworks/aws-fsbp-v1.0.0/redshift/03\"\nsimilarPolicies:\n awsSecurityHub:\n\ \ - name: \"[Redshift.3] Amazon Redshift clusters should have automatic snapshots\ \ enabled\"\n url: \"https://docs.aws.amazon.com/securityhub/latest/userguide/redshift-controls.html#redshift-3\"\ \n cloudConformity:\n - url: \"https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/Redshift/automated-snapshot-retention-period.html\"\ \n name: Redshift Automated Snapshot Retention Period" - path: /ce/ca/aws/redshift/cluster-snapshot-retention/prod.logic.yaml md5Hash: D282F2892D504627877647FAE68D0ED9 content: | --- inputType: "CA10__CaAwsRedshiftCluster__c" importExtracts: - file: "/types/CA10__CaAwsRedshiftCluster__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INAPPLICABLE" currentStateMessage: "The cluster is not available." check: NOT_EQUAL: left: EXTRACT: "CA10__status__c" right: TEXT: "available" - status: "COMPLIANT" currentStateMessage: "Automated backups are enabled for the cluster." check: GREATER_THAN: left: EXTRACT: "CA10__automatedSnapshotRetentionPeriod__c" right: NUMBER: 0.0 otherwise: status: "INCOMPLIANT" currentStateMessage: "Automated backups are not enabled for the cluster." remediationMessage: "Enable automated backups for the cluster." - path: /ce/ca/aws/redshift/cluster-snapshot-retention/test-data.json md5Hash: 54C728656EE5DD2FA390C6186188BEA5 content: | [ { "expectedResult": { "status": "COMPLIANT", "conditionIndex": "299", "conditionText": "extract('CA10__automatedSnapshotRetentionPeriod__c') > number(0.0)", "runtimeError": null }, "context": { "snapshotTime": "2025-12-21T23:51:55Z" }, "CA10__disappearanceTime__c": null, "CA10__status__c": "available", "CA10__automatedSnapshotRetentionPeriod__c": 15, "Id": "001" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "300", "conditionText": "otherwise", "runtimeError": null }, "context": { "snapshotTime": "2025-12-21T23:51:55Z" }, "CA10__disappearanceTime__c": null, "CA10__status__c": "available", "CA10__automatedSnapshotRetentionPeriod__c": 0, "Id": "002" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "300", "conditionText": "otherwise", "runtimeError": null }, "context": { "snapshotTime": "2025-12-21T23:51:55Z" }, "CA10__disappearanceTime__c": null, "CA10__status__c": "available", "CA10__automatedSnapshotRetentionPeriod__c": null, "Id": "002" } ] - path: /types/CA10__CaAwsRedshiftCluster__c/object.extracts.yaml md5Hash: 978033E93A3BC4EEE31B6916039330FF content: | --- extracts: # Nullable. Values: available, modifying, creating ... - name: "CA10__status__c" value: FIELD: path: "CA10__status__c" # Nullable. - name: "CA10__createTime__c" value: FIELD: path: "CA10__createTime__c" # Nullable. - name: "CA10__cpuUtilizationAvg30d__c" value: FIELD: path: "CA10__cpuUtilizationAvg30d__c" # Nullable. - name: "CA10__diskReadIopsAvg30d__c" value: FIELD: path: "CA10__diskReadIopsAvg30d__c" # Nullable. - name: "CA10__diskWriteIopsAvg30d__c" value: FIELD: path: "CA10__diskWriteIopsAvg30d__c" # Nullable. - name: "CA10__logging__c" value: FIELD: path: "CA10__logging__c" # Nullable. - name: "CA10__automatedSnapshotRetentionPeriod__c" value: FIELD: path: "CA10__automatedSnapshotRetentionPeriod__c" # Text. - name: "CA10__encryption__c" value: FIELD: path: "CA10__encryption__c" # Text. - name: "CA10__masterUsername__c" value: FIELD: path: "CA10__masterUsername__c" # Text. - name: "CA10__versionUpgrade__c" value: FIELD: path: "CA10__versionUpgrade__c" # Values: Yes | No. Not nullable. Can't have no access, retrieved via redshift:DescribeClusters - name: "CA10__publiclyAccessible__c" value: FIELD: path: "CA10__publiclyAccessible__c" # Values: Enabled | Disabled. Not nullable. Can't have no access, retrieved via redshift:DescribeClusters - name: "CA10__enhancedVpcRouting2__c" value: FIELD: path: "CA10__enhancedVpcRouting2__c" # Number - name: "CA10__endpointPort2__c" value: FIELD: path: "CA10__endpointPort2__c" script: |- CREATE TEMP FUNCTION mock_ExpectedResult() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "Id" : "001", "expectedResult" : { "status" : "COMPLIANT", "conditionIndex" : "299", "conditionText" : "extract('CA10__automatedSnapshotRetentionPeriod__c') > number(0.0)", "runtimeError" : null } }, { "Id" : "002", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "300", "conditionText" : "otherwise", "runtimeError" : null } }, { "Id" : "002", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "300", "conditionText" : "otherwise", "runtimeError" : null } } ]; """; CREATE TEMP FUNCTION mock_CA10__CaAwsRedshiftCluster__c() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "context" : { "snapshotTime" : new Date("2025-12-21T23:51:55Z") }, "CA10__status__c" : "available", "CA10__automatedSnapshotRetentionPeriod__c" : 15, "Id" : "001" }, { "context" : { "snapshotTime" : new Date("2025-12-21T23:51:55Z") }, "CA10__status__c" : "available", "CA10__automatedSnapshotRetentionPeriod__c" : null, "Id" : "002" } ]; """; CREATE TEMP FUNCTION process_CA10__CaAwsRedshiftCluster__c( obj STRUCT< CA10__disappearanceTime__c TIMESTAMP, CA10__status__c STRING, CA10__automatedSnapshotRetentionPeriod__c FLOAT64, Id STRING >, snapshotTime TIMESTAMP ) RETURNS STRUCT DETERMINISTIC LANGUAGE js AS r""" 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 extract3() { if (!this.out) { this.out = obj.CA10__status__c; } return this.out; }; references1.push('Status [obj.CA10__status__c]: ' + obj.CA10__status__c); if (TextLib.notEqual(extract3.call(extract3), 'available')) { return {status: 'INAPPLICABLE', conditionIndex: 199, conditionText: "extract('CA10__status__c') != 'available'", currentStateMessage: "The cluster is not available.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}; } // condition[2], conditionIndex:[200..299] function extract7() { if (!this.out) { this.out = obj.CA10__automatedSnapshotRetentionPeriod__c; } return this.out; }; references1.push('Automated Snapshot Retention Period [obj.CA10__automatedSnapshotRetentionPeriod__c]: ' + obj.CA10__automatedSnapshotRetentionPeriod__c); if (extract7.call(extract7) != null && 0.0 != null && extract7.call(extract7) > 0.0) { return {status: 'COMPLIANT', conditionIndex: 299, conditionText: "extract('CA10__automatedSnapshotRetentionPeriod__c') > number(0.0)", currentStateMessage: "Automated backups are enabled for the cluster.", currentStateReferences: references1.join('\n'), remediation: null, runtimeError: null}; } return {status: 'INCOMPLIANT', conditionIndex: 300, conditionText: "otherwise", currentStateMessage: "Automated backups are not enabled for the cluster.", currentStateReferences: references1.join('\n'), remediation: "Enable automated backups for the cluster.", 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__automatedSnapshotRetentionPeriod__c AS CA10__automatedSnapshotRetentionPeriod__c, sObject.Id AS Id, process_CA10__CaAwsRedshiftCluster__c( STRUCT( sObject.CA10__disappearanceTime__c AS CA10__disappearanceTime__c, sObject.CA10__status__c AS CA10__status__c, sObject.CA10__automatedSnapshotRetentionPeriod__c AS CA10__automatedSnapshotRetentionPeriod__c, sObject.Id AS Id ), sObject.context.snapshotTime ) as result FROM UNNEST(mock_CA10__CaAwsRedshiftCluster__c()) AS sObject ) sObject ON sObject.Id = expectedResult.Id;