--- policy: /ce/ca/aws/s3/bucket-cost-effective-region logic: /ce/ca/aws/s3/bucket-cost-effective-region/prod.logic.yaml executionTime: 2026-02-10T22:33:16.770706395Z generationMs: 53 executionMs: 981 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: 199 actual: 199 conditionText: expected: extract('CA10__regionName__c') == 'us-west-1' actual: extract('CA10__regionName__c') == 'us-west-1' runtimeError: {} - id: '003' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 299 actual: 299 conditionText: expected: extract('CA10__regionName__c') == 'ca-west-1' actual: extract('CA10__regionName__c') == 'ca-west-1' runtimeError: {} - id: '006' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 399 actual: 399 conditionText: expected: extract('CA10__regionName__c') == 'ca-central-1' actual: extract('CA10__regionName__c') == 'ca-central-1' runtimeError: {} - id: '007' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 499 actual: 499 conditionText: expected: extract('CA10__regionName__c') == 'eu-central-1' actual: extract('CA10__regionName__c') == 'eu-central-1' runtimeError: {} - id: '008' match: true status: expected: COMPLIANT actual: COMPLIANT conditionIndex: expected: 900 actual: 900 conditionText: expected: otherwise actual: otherwise runtimeError: {} - id: '010' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 599 actual: 599 conditionText: expected: extract('CA10__regionName__c') == 'eu-west-2' actual: extract('CA10__regionName__c') == 'eu-west-2' runtimeError: {} - id: '011' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 699 actual: 699 conditionText: expected: extract('CA10__regionName__c') == 'eu-south-1' actual: extract('CA10__regionName__c') == 'eu-south-1' runtimeError: {} - id: '012' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 799 actual: 799 conditionText: expected: extract('CA10__regionName__c') == 'eu-west-3' actual: extract('CA10__regionName__c') == 'eu-west-3' runtimeError: {} - id: '013' match: true status: expected: INCOMPLIANT actual: INCOMPLIANT conditionIndex: expected: 899 actual: 899 conditionText: expected: extract('CA10__regionName__c') == 'eu-central-2' actual: extract('CA10__regionName__c') == 'eu-central-2' runtimeError: {} usedFiles: - path: /ce/ca/aws/s3/bucket-cost-effective-region/policy.yaml md5Hash: 5A5C43AB32A62B89BC045CACEAF5C077 content: | --- names: full: AWS S3 Bucket is located in a less cost-effective region contextual: Bucket is located in a less cost-effective region description: "This policy flags S3 Buckets that are running in AWS regions with higher pricing\ \ and could potentially be migrated to more cost-effective regions." type: BEST_PRACTICE categories: - COST frameworkMappings: - "/frameworks/cloudaware/cost-efficiency-and-optimization/resource-optimization" - path: /ce/ca/aws/s3/bucket-cost-effective-region/prod.logic.yaml md5Hash: 27C73271A40541DB061A4A72D94AD437 content: | --- inputType: "CA10__CaAwsBucket__c" importExtracts: - file: "/types/CA10__CaAwsBucket__c/object.extracts.yaml" testData: - file: 'test-data.json' conditions: - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in us-west-1, which is more expensive than us-west-2." remediationMessage: "Migrate the bucket to us-west-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "us-west-1" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in ca-west-1, which is more expensive than us-west-2." remediationMessage: "Migrate the bucket to us-west-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "ca-west-1" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in ca-central-1, which is more expensive than us-east-2." remediationMessage: "Migrate the bucket to us-east-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "ca-central-1" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in eu-central-1, which is more expensive than eu-west-1, eu-north-1, or eu-south-2." remediationMessage: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "eu-central-1" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in eu-west-2, which is more expensive than eu-west-1, eu-north-1, or eu-south-2." remediationMessage: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "eu-west-2" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in eu-south-1, which is more expensive than eu-west-1, eu-north-1, or eu-south-2." remediationMessage: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "eu-south-1" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in eu-west-3, which is more expensive than eu-west-1, eu-north-1, or eu-south-2." remediationMessage: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "eu-west-3" - status: "INCOMPLIANT" currentStateMessage: "The bucket is running in eu-central-2, which is more expensive than eu-west-1, eu-north-1, or eu-south-2." remediationMessage: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2." check: IS_EQUAL: left: EXTRACT: CA10__regionName__c right: TEXT: "eu-central-2" otherwise: status: "COMPLIANT" currentStateMessage: "The S3 bucket is located in a cost-effective region." - path: /ce/ca/aws/s3/bucket-cost-effective-region/test-data.json md5Hash: 11CD82D07EE6702D90D1B5B68FD02969 content: |- [ { "expectedResult": { "status": "DISAPPEARED", "conditionIndex": "99", "conditionText": "isDisappeared(CA10__disappearanceTime__c)", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "001", "CA10__disappearanceTime__c": "2025-07-24T00:19:37Z", "CA10__regionName__c": "us-east-1" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "199", "conditionText": "extract('CA10__regionName__c') == 'us-west-1'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "002", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "us-west-1" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "299", "conditionText": "extract('CA10__regionName__c') == 'ca-west-1'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "003", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "ca-west-1" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "399", "conditionText": "extract('CA10__regionName__c') == 'ca-central-1'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "006", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "ca-central-1" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "499", "conditionText": "extract('CA10__regionName__c') == 'eu-central-1'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "007", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "eu-central-1" }, { "expectedResult": { "status": "COMPLIANT", "conditionIndex": "900", "conditionText": "otherwise", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "008", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "us-east-1" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "599", "conditionText": "extract('CA10__regionName__c') == 'eu-west-2'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "010", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "eu-west-2" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "699", "conditionText": "extract('CA10__regionName__c') == 'eu-south-1'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "011", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "eu-south-1" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "799", "conditionText": "extract('CA10__regionName__c') == 'eu-west-3'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "012", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "eu-west-3" }, { "expectedResult": { "status": "INCOMPLIANT", "conditionIndex": "899", "conditionText": "extract('CA10__regionName__c') == 'eu-central-2'", "runtimeError": null }, "context": { "snapshotTime": "2025-07-27T15:55:37Z" }, "Id": "013", "CA10__disappearanceTime__c": null, "CA10__regionName__c": "eu-central-2" } ] - path: /types/CA10__CaAwsBucket__c/object.extracts.yaml md5Hash: F56AFA293B0B19D4F39C1EBB70F4C56F content: "---\nextracts:\n# Values: yes, no. Not Nullable.\n - name: \"CA10__objectLockEnabled__c\"\ \n value: \n FIELD:\n path: \"CA10__objectLockEnabled__c\"\n\ \ undeterminedIf:\n noAccessDelegate:\n path: \"\ CA10__objectLockEnabled__c\"\n currentStateMessage: \"Unable to determine\ \ Object Lock status. Possible permission issue with s3:GetObjectLockConfiguration\"\ \n isEmpty: \"Object Lock status is not populated yet\"\n# Nullable.\n\ \ - name: \"CA10__lifecycleRulesJson__c\"\n value: \n FIELD:\n \ \ path: \"CA10__lifecycleRulesJson__c\"\n returnType: BYTES\n \ \ # undeterminedIf:\n # noAccessDelegate:\n # path: \"\ CA10__lifecycleRulesJson__c\"\n # currentStateMessage: \"Unable to\ \ determine Lifecycle Configuration. Possible permission issue with s3:GetLifecycleConfiguration\"\ \n# Values: enabled, suspended, off. Not Nullable.\n - name: \"CA10__versioningStatus__c\"\ \n value: \n FIELD:\n path: \"CA10__versioningStatus__c\"\n \ \ undeterminedIf:\n noAccessDelegate:\n path: \"CA10__versioningStatus__c\"\ \n currentStateMessage: \"Unable to determine versioning status.\ \ Possible permission issue with s3:GetBucketVersioning\"\n isEmpty:\ \ \"Status is not populated yet\"\n# Checkbox.\n - name: \"CA10__versioningMfaDeleteEnabled__c\"\ \n value: \n FIELD:\n path: \"CA10__versioningMfaDeleteEnabled__c\"\ \n undeterminedIf:\n noAccessDelegate:\n path: \"\ CA10__versioningStatus__c\"\n currentStateMessage: \"Unable to determine\ \ versioning status. Possible permission issue with s3:GetBucketVersioning\"\ \n# The field can be empty if server access logging is not enabled\n - name:\ \ \"CA10__loggingDestinationBucketName__c\"\n value: \n FIELD:\n \ \ path: \"CA10__loggingDestinationBucketName__c\"\n # undeterminedIf:\n\ \ # noAccessDelegate:\n # path: \"CA10__loggingDestinationBucketName__c\"\ \n # currentStateMessage: \"Unable to determine if server access\ \ logging is enabled. Possible permission issue with s3:GetBucketLogging\"\n\ # Cloudaware derives this field from CA10__loggingDestinationBucketName__c\n\ \ - name: \"CA10__loggingDestinationBucketArn__c\"\n value: \n FIELD:\n\ \ path: \"CA10__loggingDestinationBucketArn__c\"\n undeterminedIf:\n\ \ noAccessDelegate:\n path: \"CA10__loggingDestinationBucketName__c\"\ \n currentStateMessage: \"Unable to determine if server access logging\ \ is enabled. Possible permission issue with s3:GetBucketLogging\"\n# This is\ \ a look up on CA10__CaAwsBucket__c derived from CA10__loggingDestinationBucketName__c\n\ \ - name: \"CA10__loggingDestinationBucket__c\"\n value: \n FIELD:\n\ \ path: \"CA10__loggingDestinationBucket__c\"\n undeterminedIf:\n\ \ noAccessDelegate:\n path: \"CA10__loggingDestinationBucketName__c\"\ \n currentStateMessage: \"Unable to determine if server access logging\ \ is enabled. Possible permission issue with s3:GetBucketLogging\"\n - name:\ \ \"CA10__arn__c\"\n value: \n FIELD:\n path: \"CA10__arn__c\"\ \n undeterminedIf:\n isEmpty: \"Bucket ARN cannot be empty.\ \ Potential data corruption\"\n - name: \"caJsonFrom__lifecycleRulesJson__c\"\ \n value: \n JSON_FROM:\n arg: \n EXTRACT: \"CA10__lifecycleRulesJson__c\"\ \n undeterminedIf:\n isInvalid: \"S3 Bucket Lifecycle Rules\ \ JSON is invalid.\"\n# Returns BOOLEAN true if number of enabled lifecycle\ \ rules more than 0 otherwise returns false\n - name: \"caJsonBoolean__lifecycleRulesJsonStatusEnabled__c\"\ \n value: \n JSON_QUERY_BOOLEAN:\n arg: \n EXTRACT:\ \ \"caJsonFrom__lifecycleRulesJson__c\"\n expression: \"length([?status=='Enabled'])\ \ > `0`\"\n undeterminedIf: \n evaluationError: \"The JSON query\ \ has failed.\"\n resultTypeMismatch: \"The JSON query did not return\ \ a boolean.\"\n - name: \"CA10__blockPublicAcls__c\"\n value: \n FIELD:\n\ \ path: \"CA10__blockPublicAcls__c\"\n undeterminedIf:\n \ \ noAccessDelegate:\n path: \"CA10__blockPublicAcls__c\"\n \ \ currentStateMessage: \"Unable to determine the bucket policy. Possible\ \ permission issue with s3:GetBucketPublicAccessBlock\"\n - name: \"CA10__blockPublicPolicy__c\"\ \n value: \n FIELD:\n path: \"CA10__blockPublicPolicy__c\"\n\ \ undeterminedIf:\n noAccessDelegate:\n path: \"\ CA10__blockPublicPolicy__c\"\n currentStateMessage: \"Unable to determine\ \ the bucket policy. Possible permission issue with s3:GetBucketPublicAccessBlock\"\ \n - name: \"CA10__ignorePublicAcls__c\"\n value: \n FIELD:\n \ \ path: \"CA10__ignorePublicAcls__c\"\n undeterminedIf:\n \ \ noAccessDelegate:\n path: \"CA10__ignorePublicAcls__c\"\n \ \ currentStateMessage: \"Unable to determine the bucket policy. Possible\ \ permission issue with s3:GetBucketPublicAccessBlock\"\n - name: \"CA10__restrictPublicBuckets__c\"\ \n value: \n FIELD:\n path: \"CA10__restrictPublicBuckets__c\"\ \n undeterminedIf:\n noAccessDelegate:\n path: \"\ CA10__restrictPublicBuckets__c\"\n currentStateMessage: \"Unable\ \ to determine the bucket policy. Possible permission issue with s3:GetBucketPublicAccessBlock\"\ \n# Nullable.\n - name: \"CA10__policyDocument__c\"\n value: \n FIELD:\n\ \ path: \"CA10__policyDocument__c\"\n returnType: BYTES\n \ \ # undeterminedIf:\n # noAccessDelegate:\n # path: \"\ CA10__policyDocument__c\"\n # currentStateMessage: \"Unable to determine\ \ the bucket policy. Possible permission issue with s3:GetBucketPolicy\"\n \ \ - name: \"caJsonFrom__policyDocument__c\"\n value: \n JSON_FROM:\n\ \ arg: \n EXTRACT: \"CA10__policyDocument__c\"\n undeterminedIf:\n\ \ isInvalid: \"S3 Bucket Policy Document JSON is invalid.\"\n# Nullable.\n\ \ - name: \"CA10__intelligentTieringConfigurationsJson__c\"\n value: \n\ \ FIELD:\n path: \"CA10__intelligentTieringConfigurationsJson__c\"\ \n returnType: BYTES\n - name: \"caJsonFrom__intelligentTieringConfigurationsJson__c\"\ \n value: \n JSON_FROM:\n arg: \n EXTRACT: \"CA10__intelligentTieringConfigurationsJson__c\"\ \n undeterminedIf:\n isInvalid: \"S3 Bucket Policy Document\ \ JSON is invalid.\"\n# Nullable.\n - name: \"CA10__regionName__c\"\n value:\n\ \ FIELD:\n path: \"CA10__regionName__c\"\n# Nullable.\n - name:\ \ \"CA10__intelligentTieringStorageGb__c\"\n value:\n FIELD:\n \ \ path: \"CA10__intelligentTieringStorageGb__c\"\n# Values: AES256 | aws:fsx\ \ | aws:kms | aws:kms:dsse | None. Not Nullable.\n - name: \"CA10__serverSideEncryptionAlgorithm__c\"\ \n value:\n FIELD:\n path: \"CA10__serverSideEncryptionAlgorithm__c\"\ \n undeterminedIf:\n noAccessDelegate:\n path: \"\ CA10__serverSideEncryptionAlgorithm__c\"\n currentStateMessage: \"\ Unable to determine Bucket Encryption Algorithm. Possible permissions issue\ \ with s3:GetEncryptionConfiguration\"\n - name: \"CA10__accessControlPolicy__c\"\ \n value: \n FIELD:\n path: \"CA10__accessControlPolicy__c\"\n\ \ undeterminedIf:\n noAccessDelegate:\n path: \"\ CA10__accessControlPolicy__c\"\n currentStateMessage: \"Unable to\ \ determine the bucket ACL. Possible permission issue with s3:GetBucketAcl\"\ \n - name: \"caJsonFrom__accessControlPolicy__c\"\n value: \n JSON_FROM:\n\ \ arg:\n EXTRACT: \"CA10__accessControlPolicy__c\"\n \ \ undeterminedIf:\n isInvalid: \"The Access Control Policy JSON is\ \ invalid.\"\n - name: \"CA10__accessControlGrants__c\"\n value: \n \ \ FIELD:\n path: \"CA10__accessControlGrants__c\"\n undeterminedIf:\n\ \ noAccessDelegate:\n path: \"CA10__accessControlGrants__c\"\ \n currentStateMessage: \"Unable to determine the bucket ACL. Possible\ \ permission issue with s3:GetBucketAcl\"\n - name: \"CA10__policyIsPublic__c\"\ \n value: \n FIELD:\n path: \"CA10__policyIsPublic__c\"\n \ \ undeterminedIf:\n noAccessDelegate:\n path: \"CA10__policyIsPublic__c\"\ \n currentStateMessage: \"Unable to determine the bucket policy status.\ \ Possible permission issue with s3:GetBucketPolicyStatus\"\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" : "199", "conditionText" : "extract('CA10__regionName__c') == 'us-west-1'", "runtimeError" : null } }, { "Id" : "003", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "299", "conditionText" : "extract('CA10__regionName__c') == 'ca-west-1'", "runtimeError" : null } }, { "Id" : "006", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "399", "conditionText" : "extract('CA10__regionName__c') == 'ca-central-1'", "runtimeError" : null } }, { "Id" : "007", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "499", "conditionText" : "extract('CA10__regionName__c') == 'eu-central-1'", "runtimeError" : null } }, { "Id" : "008", "expectedResult" : { "status" : "COMPLIANT", "conditionIndex" : "900", "conditionText" : "otherwise", "runtimeError" : null } }, { "Id" : "010", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "599", "conditionText" : "extract('CA10__regionName__c') == 'eu-west-2'", "runtimeError" : null } }, { "Id" : "011", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "699", "conditionText" : "extract('CA10__regionName__c') == 'eu-south-1'", "runtimeError" : null } }, { "Id" : "012", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "799", "conditionText" : "extract('CA10__regionName__c') == 'eu-west-3'", "runtimeError" : null } }, { "Id" : "013", "expectedResult" : { "status" : "INCOMPLIANT", "conditionIndex" : "899", "conditionText" : "extract('CA10__regionName__c') == 'eu-central-2'", "runtimeError" : null } } ]; """; CREATE TEMP FUNCTION mock_CA10__CaAwsBucket__c() RETURNS ARRAY >> DETERMINISTIC LANGUAGE js AS r""" return [ { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__disappearanceTime__c" : new Date("2025-07-24T00:19:37Z"), "CA10__regionName__c" : "us-east-1", "Id" : "001" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "us-west-1", "Id" : "002" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "ca-west-1", "Id" : "003" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "ca-central-1", "Id" : "006" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "eu-central-1", "Id" : "007" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "us-east-1", "Id" : "008" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "eu-west-2", "Id" : "010" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "eu-south-1", "Id" : "011" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "eu-west-3", "Id" : "012" }, { "context" : { "snapshotTime" : new Date("2025-07-27T15:55:37Z") }, "CA10__regionName__c" : "eu-central-2", "Id" : "013" } ]; """; CREATE TEMP FUNCTION process_CA10__CaAwsBucket__c( obj STRUCT< CA10__disappearanceTime__c TIMESTAMP, CA10__regionName__c STRING, 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__regionName__c; } return this.out; }; references1.push('Region Name [obj.CA10__regionName__c]: ' + obj.CA10__regionName__c); if (TextLib.equal(extract3.call(extract3), 'us-west-1')) { return {status: 'INCOMPLIANT', conditionIndex: 199, conditionText: "extract('CA10__regionName__c') == 'us-west-1'", currentStateMessage: "The bucket is running in us-west-1, which is more expensive than us-west-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to us-west-2.", runtimeError: null}; } // condition[2], conditionIndex:[200..299] function extract6() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract6.call(extract6), 'ca-west-1')) { return {status: 'INCOMPLIANT', conditionIndex: 299, conditionText: "extract('CA10__regionName__c') == 'ca-west-1'", currentStateMessage: "The bucket is running in ca-west-1, which is more expensive than us-west-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to us-west-2.", runtimeError: null}; } // condition[3], conditionIndex:[300..399] function extract9() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract9.call(extract9), 'ca-central-1')) { return {status: 'INCOMPLIANT', conditionIndex: 399, conditionText: "extract('CA10__regionName__c') == 'ca-central-1'", currentStateMessage: "The bucket is running in ca-central-1, which is more expensive than us-east-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to us-east-2.", runtimeError: null}; } // condition[4], conditionIndex:[400..499] function extract12() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract12.call(extract12), 'eu-central-1')) { return {status: 'INCOMPLIANT', conditionIndex: 499, conditionText: "extract('CA10__regionName__c') == 'eu-central-1'", currentStateMessage: "The bucket is running in eu-central-1, which is more expensive than eu-west-1, eu-north-1, or eu-south-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2.", runtimeError: null}; } // condition[5], conditionIndex:[500..599] function extract15() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract15.call(extract15), 'eu-west-2')) { return {status: 'INCOMPLIANT', conditionIndex: 599, conditionText: "extract('CA10__regionName__c') == 'eu-west-2'", currentStateMessage: "The bucket is running in eu-west-2, which is more expensive than eu-west-1, eu-north-1, or eu-south-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2.", runtimeError: null}; } // condition[6], conditionIndex:[600..699] function extract18() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract18.call(extract18), 'eu-south-1')) { return {status: 'INCOMPLIANT', conditionIndex: 699, conditionText: "extract('CA10__regionName__c') == 'eu-south-1'", currentStateMessage: "The bucket is running in eu-south-1, which is more expensive than eu-west-1, eu-north-1, or eu-south-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2.", runtimeError: null}; } // condition[7], conditionIndex:[700..799] function extract21() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract21.call(extract21), 'eu-west-3')) { return {status: 'INCOMPLIANT', conditionIndex: 799, conditionText: "extract('CA10__regionName__c') == 'eu-west-3'", currentStateMessage: "The bucket is running in eu-west-3, which is more expensive than eu-west-1, eu-north-1, or eu-south-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2.", runtimeError: null}; } // condition[8], conditionIndex:[800..899] function extract24() { if (!this.out) { this.out = obj.CA10__regionName__c; } return this.out; }; if (TextLib.equal(extract24.call(extract24), 'eu-central-2')) { return {status: 'INCOMPLIANT', conditionIndex: 899, conditionText: "extract('CA10__regionName__c') == 'eu-central-2'", currentStateMessage: "The bucket is running in eu-central-2, which is more expensive than eu-west-1, eu-north-1, or eu-south-2.", currentStateReferences: references1.join('\n'), remediation: "Migrate the bucket to eu-west-1, eu-north-1, or eu-south-2.", runtimeError: null}; } return {status: 'COMPLIANT', conditionIndex: 900, conditionText: "otherwise", currentStateMessage: "The S3 bucket is located in a cost-effective region.", 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__regionName__c AS CA10__regionName__c, sObject.Id AS Id, process_CA10__CaAwsBucket__c( STRUCT( sObject.CA10__disappearanceTime__c AS CA10__disappearanceTime__c, sObject.CA10__regionName__c AS CA10__regionName__c, sObject.Id AS Id ), sObject.context.snapshotTime ) as result FROM UNNEST(mock_CA10__CaAwsBucket__c()) AS sObject ) sObject ON sObject.Id = expectedResult.Id;